Regular Expressions 101

Community Patterns

0

Url handling

Python
Simple regex to split url
Submitted by Hangfish - 2 years ago

Currency Formater Accept , & .

4

Regular Expression
ECMAScript (JavaScript)

/
^[0-9]{1,3}(?:,?[0-9]{3})*(?:\.[0-9]{1,9})?$
/
gmi

Description

Loading markdown...
Submitted by anonymous - 8 years ago