Regular Expressions 101

Sponsors

Library entries

2
javascript

Out of office

This is why
Submitted by anonymous - 8 years ago
2
javascript

Extract info from anime filename

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

Match Characters outside list

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

composer package

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

standard 16 columns hexdump

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

UK TEL

UK Telephone Number REGEX no () and no spaces
Submitted by \JOLLY - 8 years ago
2
javascript

Vimeo Video ID

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

youtube link + id + <a>

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

SSN

no description available
Submitted by anonymous - 8 years ago

email

Vote

-4

Regular Expression
javascript

/
(?:[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*|"(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?|\[(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?|[a-z0-9-]*[a-z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])
/

Description

Loading markdown...
Submitted by public - 9 years ago