Community Patterns

Community Library Entry

0

Regular Expression
Created·2019-09-04 14:22
Flavor·PCRE (Legacy)

/
(?:(\+)?(1)?([-(.])?([1-9]\d{2})([-).])?\s?([1-9]\d{2})([-.])?(\d{4})|([1-9]\d{2})([-.])?([1-9]\d{2})([-.])?(\d{4})|([1-9]\d{2})([-.])?(\d{4}))
/
gm
Open regex in editor

Description

Enhanced US Phone Number to reduce false positives.

Submitted by anonymous