Regular Expressions 101

Library entries

1
javascript

Matching CSS Properties

CSS Properties
Submitted by Luidenka - 7 months ago
1
pcre2

uzbekistan phone number

uzbekistan phone number
Submitted by Elbek Khamdullaev - 6 months 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