Regular Expressions 101

Sponsors

Library entries

1
python

Help

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

barcode or barcode list

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

date regex

match dd-mm-yyyy
Submitted by anonymous - 8 years ago
0
javascript

SSN

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

SSN

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

Match initials

Match initials of a person name
Submitted by anonymous - 8 years ago
3
javascript

youtube id und link

no description available
Submitted by ogerly - 8 years ago
4
javascript

Full e-mail validator

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

find mp3 file

find mp3 file embeded in a link
Submitted by ogerly - 8 years ago
2
javascript

youtube link + id + <a>

no description available
Submitted by anonymous - 8 years ago

Email validator JavaScript

Vote

2

Regular Expression
javascript

/
^[A-Za-z0-9\u0430-\u044F\u0410-\u042F\._-]+@([A-Za-z0-9\u0430-\u044F\u0410-\u042F]{1,2}|[A-Za-z0-9\u0430-\u044F\u0410-\u042F]((?!(\.\.))[A-Za-z0-9\u0430-\u044F\u0410-\u042F.-])+[A-Za-z0-9\u0430-\u044F\u0410-\u042F])\.[A-Za-z\u0430-\u044F\u0410-\u042F]{2,}$
/
i

Description

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