Regular Expressions 101

Community Patterns

0

Email

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

URL

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

Russian Telephone number in worldwide format

0

Regular Expression
PCRE (PHP <7.3)

/
^\+?\s?7\s?\(?-?(?# code)[0-9]{3}(?# next 3 digit)\s?\)?-?\s?[0-9]{3}\s?-?(?# next 2 digits)[0-9]{2}\s?-?(?# the last 2 digits)[0-9]{2}
/
gm

Description

Loading markdown...
Submitted by Niklan - 7 years ago