Regular Expressions 101

Community Patterns

11

Codice fiscale

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

Remove Widows (PHP)

7

Regular Expression
PCRE (PHP <7.3)

/
\s(([a-zA-Z]+\-[a-zA-Z]+|[a-zA-Z]+)\.)
/
g

Description

Loading markdown...
Submitted by herkulano - 8 years ago