Community Patterns

Community Library Entry

2

Regular Expression
Created·2021-07-03 04:46
Flavor·PCRE2 (PHP)

/
(\+?(\b1)?[\ .\/-]?((?(2)|(\b))|(\())\d{3}(?(?<=\(\d{3})\)|)[\ .\/-]?)?(?(1)|\b)\d{3}[\ .\/-]?\d{4}[\ ]?([xX][\ ]?\d{1,5})?\b
/
gm
Open regex in editor

Description

US phone number, try to catch as many as possible

Submitted by anonymous