Community Patterns

Community Library Entry

0

Regular Expression
Created·2019-01-08 02:25
Flavor·ECMAScript (JavaScript)

/
^\(?([2-9][0-8][0-9])
/
gm
Open regex in editor

Description

Capture 3 digit area code from phone number. Only capture valid NANP area code values. Ignore special characters and spaces.

Submitted by anonymous