Regular Expressions 101

Community Patterns

0

QR Parse

PCRE (PHP <7.3)
to parse qr
Submitted by h - 7 years ago
0

Parse QR

PCRE (PHP <7.3)
no description available
Submitted by h - 7 years ago
0

url

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 7 years ago

Verificación de teléfonos de argentina, con posibilidad de poner el 15

0

Regular Expression
PCRE (PHP <7.3)

/
^(\([11]{2,2}\)([ -\.]{0,1}[1]{1,1}[5]{1,1}[ -\.]{0,1}){0,1}[ -\.]{0,1}[0-9]{4,4}|\([0-9]{3,3}\)([ -\.]{0,1}[1]{1,1}[5]{1,1}[ -\.]{0,1}){0,1}[ -\.]{0,1}[0-9]{3,3}|\([0-9]{4,4}\)([ -\.]{0,1}[1]{1,1}[5]{1,1}[ -\.]{0,1}){0,1}[ -\.]{0,1}[0-9]{2,2})[ -\.]{1,1}[0-9]{4,4}$
/
g

Description

Loading markdown...
Submitted by Alberto de Paola - 7 years ago