Regular Expressions 101

Community Patterns

Eu format currency support different currencies

1

Regular Expression
PCRE (PHP <7.3)

/
^(([\€\$\¥\£]\s?)(\d{1,3}[.](\d{3}[.])*\d{3}|\d+)([,]\d{1,2})?)|((\d{1,3}[.](\d{3}[.])*\d{3}|\d+)([,]\d{1,2})?(\s?[\€\$\¥\£])?)$
/

Description

3.332.987,00 € $ 3 34,2 $

Submitted by mattmezza - 8 years ago