Regular Expressions 101

Sponsors

Library entries

4
javascript

url

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

Full e-mail validator

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

Currency Formater Accept , & .

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

Mobile phone russia

Submitted by Johhny - 7 years ago
4
javascript

vowel words

([!-\~]aeiou)
Submitted by Ipsita Mohanty - 7 years ago
4
javascript

extract domain with port

no description available
Submitted by yooresh - 7 years ago
4
javascript

UK Postcode

no description available
Submitted by msyed - 7 years ago
3
javascript

email

no description available
Submitted by anonymous - 7 years ago

Email (RFC2822)

Vote

15

Regular Expression
javascript

/
^([^\x00-\x20\x22\x28\x29\x2c\x2e\x3a-\x3c\x3e\x40\x5b-\x5d\x7f-\xff]+|\x22([^\x0d\x22\x5c\x80-\xff]|\x5c[\x00-\x7f])*\x22)(\x2e([^\x00-\x20\x22\x28\x29\x2c\x2e\x3a-\x3c\x3e\x40\x5b-\x5d\x7f-\xff]+|\x22([^\x0d\x22\x5c\x80-\xff]|\x5c[\x00-\x7f])*\x22))*\x40([^\x00-\x20\x22\x28\x29\x2c\x2e\x3a-\x3c\x3e\x40\x5b-\x5d\x7f-\xff]+|\x5b([^\x0d\x5b-\x5d\x80-\xff]|\x5c[\x00-\x7f])*\x5d)(\x2e([^\x00-\x20\x22\x28\x29\x2c\x2e\x3a-\x3c\x3e\x40\x5b-\x5d\x7f-\xff]+|\x5b([^\x0d\x5b-\x5d\x80-\xff]|\x5c[\x00-\x7f])*\x5d))*$
/

Description

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