Regular Expressions 101

Community Patterns

11

Codice fiscale

PCRE (PHP <7.3)
Check "codice fiscale"
Submitted by Luca - 8 years ago

phones

1

Regular Expression
ECMAScript (JavaScript)

/
(?<=: |; )([^;]+)
/
g

Description

Loading markdown...
Submitted by Alex - 5 months ago