Regular Expressions 101

Community Patterns

0

TNRid

PCRE (PHP <7.3)
^-|\b\d.{0,20}.$
Submitted by anonymous - 4 years ago

Notrufnummern Deutschland

0

Regular Expression
PCRE (PHP <7.3)

/
^[0]*([1][1][0|2|5])|([1][1][6]\d{3})|([1][1][8][1-9]{2})
/
gm

Description

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