Regular Expressions 101

Community Patterns

11

Codice fiscale

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

Commafication (this BREAKS ON APPLE DEVICES!!!!)

0

Regular Expression
ECMAScript (JavaScript)

/
(?<=\d)(?=(\d{3})+(?!\d))
/
g

Description

Loading markdown...
Submitted by Mendel Groner - 5 months ago