Regular Expressions 101

Library entries

0
javascript

token

replace token like [foo:bar:ba zz]
Submitted by anonymous - 8 years ago
0
javascript

float

no description available
Submitted by anonymous - 8 years ago
0
javascript

WOrd with colon

no description available
Submitted by HJ - 8 years ago
0
javascript

SSN

no description available
Submitted by anonymous - 8 years ago
0
javascript

Date Validation

no description available
Submitted by Ashish - 8 years ago
0
javascript

CSV parser

no description available
Submitted by anonymous - 8 years ago
0
javascript

3 digit number between 82-104

no description available
Submitted by anonymous - 8 years ago

Extract currency with currency symbol if present

Vote

7

Regular Expression
javascript

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

Description

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