Regular Expressions 101

Community Patterns

1

SUT - Package Matching

PCRE2 (PHP >=7.3)
test
Submitted by MHE - 14 days ago

Regular expression Regix for Iranian mobile phone numbers

0

Regular Expression
PCRE2 (PHP >=7.3)

/
^(\+98|0|98|0098)?([ ]|-|[()]){0,2}9[0-9]([ ]|-|[()]){0,2}(?:[0-9]([ ]|-|[()]){0,2}){8}
/
gm

Description

Loading markdown...
Submitted by anonymous - 6 months ago