Regular Expressions 101

Community Patterns

0

uRD Accept

Python
no description available
Submitted by anonymous - 7 years ago
0

uWR Accept

Python
no description available
Submitted by anonymous - 7 years ago

Filtering phone number

0

Regular Expression
PCRE (PHP <7.3)

/
(?:[1-9]{2}\d{1,11})
/
g

Description

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