Community Patterns

Community Library Entry

73

Regular Expression
Created·2014-04-08 07:58
Updated·2023-10-09 14:47
Flavor·ECMAScript (JavaScript)
Recommended·

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

Description

Detects most of the phone numbers all over the world

Submitted by Aditya Joshi