Regular Expressions 101

Library entries

5
javascript

password 1upper 1lower 1number 1specialcharater

fjk@1Qaa$
Submitted by Anuswadh - 7 years ago
2
javascript

password 1upper 1lower 1number 1specialcharater

fjk@1Qaa$
Submitted by Anuswadh - 7 years ago
0
javascript

Website

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

Strip Commet

Strip comments with /* ... */ or // ...
Submitted by Willy - 7 years ago
1
javascript

File extention

Extract file extention from URL
Submitted by anonymous - 7 years ago
1
javascript

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

Match URL segment

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
javascript

url

url
Submitted by anonymous - 7 years ago

email for .com & .co.in

Vote

1

Regular Expression
javascript

/
^((([A-Za-z][A-Za-z0-9]*[\.\_]*[A-Za-z0-9]+){0,30}@[a-z]{3,15}\.[a-z]{2,5})|(([A-Za-z][A-Za-z0-9]*[._]*[A-Za-z0-9]+){0,30}@[a-z]{3,15}\.[a-z]{2}\.[a-z]{2,5}))$
/

Description

Loading markdown...
Submitted by Chanti - 7 years ago