Community Patterns

Community Library Entry

1

Regular Expression
Created·2023-10-04 09:28
Updated·2023-10-04 09:28
Flavor·PCRE2 (PHP)

/
^((00|0)?56[1-9]{1}[0-9]{1,2}[0-9]{3}[0-9]{2,3})$
/
gm
Open regex in editor

Description

Regex for Chilean phones (without +)

Submitted by anonymous