Regular Expressions 101

Sponsors

Library entries

4
javascript

url

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

Match HTTP error code

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

country name

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

Bar Number

Length of 5 or 7. if 7, it should start with 20.
Submitted by Chris Roe - 8 years ago
3
javascript

email

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

WOrd with colon

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

Word ending with colon

no description available
Submitted by hj - 8 years ago
0
python

Date Groupings

no description available
Submitted by flipkitty - 8 years ago

Twitter Date format

Vote

-2

Regular Expression
javascript

/
[/(Jan) (\d{1,2})/gi, /(Feb) (\d{1,2})/gi, /(Mar) (\d{1,2})/gi, /(Apr) (\d{1,2})/gi, /(May) (\d{1,2})/gi,/(Jun) (\d{1,2})/gi, /(Jul) (\d{1,2})/gi, /(Aug) (\d{1,2})/gi, /(Sep) (\d{1,2})/gi, /(Oct) (\d{1,2})/gi, /(Nov) (\d{1,2})/gi, /(Dec) (\d{1,2})/gi]
/
gi

Description

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