Regular Expressions 101

Community Patterns

-3

s

ECMAScript (JavaScript)
s
Submitted by anonymous - 10 years ago
-3

1111

ECMAScript (JavaScript)
no description available
Submitted by anonymous - 10 years ago
-3

111

ECMAScript (JavaScript)
no description available
Submitted by anonymous - 10 years ago
-3

111

ECMAScript (JavaScript)
no description available
Submitted by anonymous - 10 years ago
-3

Html Tags

ECMAScript (JavaScript)
Matches HTML structure
Submitted by sagar - 8 years ago

Regex for telephone numbers all over the world

72

Regular Expression
Recommended
ECMAScript (JavaScript)

/
(?:([+]\d{1,4})[-.\s]?)?(?:[(](\d{1,3})[)][-.\s]?)?(\d{1,4})[-.\s]?(\d{1,4})[-.\s]?(\d{1,9})
/
g

Description

Loading markdown...
Submitted by Aditya Joshi - 10 years ago
(Last modified 2 months ago)