Regular Expressions 101

Community Patterns

0

20200510

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

request

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

tst

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

VAT number

Python
no description available
Submitted by anonymous - 3 years ago

Simple Telephone number regex

1

Regular Expression
PCRE (PHP <7.3)

/
^((00|\+)[0-9]{2,5}|0)[1-9][0-9]{8,9}$
/
gm

Description

Loading markdown...
Submitted by Adowrath - 8 years ago