Regular Expressions 101

Community Patterns

0

match titles in url

PCRE (PHP <7.3)
loud
Submitted by anonymous - 4 years ago
0

URL

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 4 years ago

regex 1

0

Regular Expression
PCRE (PHP <7.3)

/
(?<V_NAME>.{73})(?<V_FLAG>[TN])(?<V_ID>[\d\s]{4})(?<V_CITY>.{12})(?<V_ADDR>.{39})(?<V_POSTAL_CODE>.{6})(?<V_PHONE_NO>.{16})(?<V_EMAIL>.{31}).*
/
gm

Description

Loading markdown...
Submitted by anonymous - 4 years ago