Regular Expressions 101

Community Patterns

0

whois

PCRE (PHP <7.3)
whois find param
Submitted by anonymous - 5 months ago

Indian Phone Numbers!

1

Regular Expression
PCRE (PHP <7.3)

/
^(\+)(?(1))\d{1,3}?[- ]?\d{10}$|^([^0])(?(1))\d{9}?$|^([0])(?(1))\d{10}?$
/

Description

Loading markdown...
Submitted by Prateek Jain - 8 years ago