Regular Expressions 101

Library entries

1
javascript

\**

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

c++

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

simple symbols

+a+====+b+
Submitted by Tamara F - 7 years ago
1
javascript

Repeating numbers

Repeating numbers (11111,22222,333333)
Submitted by Selva - 7 years ago
1
javascript

System names

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

US Telephone Number

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

email validation

email validation
Submitted by Guti - 7 years ago
1
javascript

Test

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

Inside single quotes

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

correlation challenge

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

check trailing slash domain

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

Phone number matcher

Country code 1
Submitted by anonymous - 7 years ago

atleast 1 character and 1 number

Vote

1

Regular Expression
javascript

/
^(?=.*?[A-Za-z])(?=.*?[0-9])(?=.*?[a-zA-Z\d#?!@$%^&*+`~._\-\\\/;'"<>{}[\]]).{6,}$
/

Description

Loading markdown...
Submitted by Akshay Shah - 7 years ago