Community Patterns

Community Library Entry

0

Regular Expression
Created·2019-11-08 18:01
Flavor·PCRE (Legacy)

/
(\([0-9]{2}\)\s?[0-9]{4,5}-?[0-9]{3,4})|([0-9]{10,11})|([0-9]{2}\s?[0-9]{8,9})
/
gm
Open regex in editor

Description

(([0-9]{2})\s?[0-9]{4,5}-?[0-9]{3,4})|([0-9]{10,11})|([0-9]{2}\s?[0-9]{8,9})

Submitted by anonymous