Regular Expressions 101

Library entries

0
javascript

where's the wiki regex

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

Accept Header

no description available
Submitted by Nathaniel Blackburn - 6 years ago
2
javascript

foder add prefix

auto prefix ("/") to folder
Submitted by anonymous - 6 years ago
0
javascript

USER-AGENT 00001403

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

Check base64 data

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

Password formatting

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

get number phone

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

remove list-style-type:

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

find content in branket

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

check attr type in HTML

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

Carte bancaire

no description available
Submitted by anonymous - 7 years ago

Paswword with min a upper case, a lower case, a digit without accent

Vote

1

Regular Expression
javascript

/
^(?=.+\d)(?=.+[a-z])(?=.+[A-Z])(?=.+[_\.@\-])[0-9a-zA-Z_\.@\-]{6,12}$
/
gm

Description

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