Regular Expressions 101

Community Patterns

1

email

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

Isralie Phone Number Validator

1

Regular Expression
PCRE (PHP <7.3)

/
^(?:(?:(\+?972|\(\+?972\)|\+?\(972\))(?:\s|\.|-)?([1-9]\d?))|(0\d{1,2}))(?:\s|\.|-)?([^0\D]{1}\d{2}(?:\s|\.|-)?\d{4})$
/
gm

Description

Loading markdown...
Submitted by Michael C. - 8 years ago