Regular Expressions 101

Community Patterns

USD regex

1

Regular Expression
PCRE (PHP <7.3)

/
^\$(\d{1,3}(\,\d{1,3})*(\.\d{0,3})?)
/
gm

Description

Regex to match USD currency in a text

Submitted by anonymous - 3 years ago