Regular Expressions 101

Library entries

1
javascript

Phone number matcher

Country code 1
Submitted by anonymous - 7 years ago
1
javascript

check trailing slash domain

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

correlation challenge

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

Inside single quotes

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

Website url maxLength 50

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

Test

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

email validation

email validation
Submitted by Guti - 7 years ago
1
javascript

US Telephone Number

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

System names

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

Only letters without numbers

no description available
Submitted by anonymous - 7 years ago

get user authentication

Vote

1

Regular Expression
javascript

/
^(?=.*[a-z])(?=.*[0-9])[a-zA-Z]{1}(?=.*[A-Z])[0-9A-Za-z]{5,31}$
/
gm

Description

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