Regular Expressions 101

Community Patterns

10

UUID

ECMAScript (JavaScript)
no description available
Submitted by anonymous - 9 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