Regular Expressions 101

Library entries

1
javascript

Match URL segment

no description available
Submitted by anonymous - 7 years ago
1
python

testing regex to indicate punctuation

no description available
Submitted by ed - 7 years ago
1
python

832821

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

Parsing a host from a URL

no description available
Submitted by Alex LaFroscia - 7 years ago
2
javascript

Delimite a number with 3-digital block

no description available
Submitted by Willy - 7 years ago
1
javascript

email validation regex

no description available
Submitted by parul - 7 years ago
2
javascript

fffs

dfsfd
Submitted by anonymous - 7 years ago
1
javascript

JavaScript Percentage Validation

no description available
Submitted by rat - 7 years ago
1
python

segment path

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

url

url
Submitted by anonymous - 7 years ago
1
javascript

fdwfe

few
Submitted by few - 7 years ago
1
javascript

SmartTag Builder RegEx Tag Parsing

no description available
Submitted by anonymous - 7 years ago
1
python

Infobox of Wiki

no description available
Submitted by anonymous - 7 years ago
1
python

numbahs

no description available
Submitted by anonymous - 7 years ago

Email Validation

Vote

-2

Regular Expression
python

r"
^[\w\d](\.?[\w\d_-])*@[\w\d]+\.([\w]{1,6}\.)?[\w]{2,6}$
"
g

Description

Loading markdown...
Submitted by Jakub Stasiak - 8 years ago