Regular Expressions 101

Community Patterns

11

Codice fiscale

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

Extract currency with currency symbol if present

7

Regular Expression
ECMAScript (JavaScript)

/
([£\$])*([\d,.]*)
/
g

Description

Loading markdown...
Submitted by Simon Gardner - 8 years ago