Regular Expressions 101

Community Patterns

11

Codice fiscale

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

Trimmed (no unicode space separators at start or end of string

0

Regular Expression
ECMAScript (JavaScript)

/
^(?!^[\p{Z}]|.*[\p{Z}]$).*$
/
gmu

Description

Loading markdown...
Submitted by anonymous - 7 months ago