Regular Expressions 101

Community Patterns

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

no description available

Submitted by anonymous - 4 years ago