Regular Expressions 101

Library entries

1
python

Bigger or lower than a number with <>

no description available
Submitted by woss.io - 7 years ago
1
javascript

Sentence checker

This will validate any nu of lines
Submitted by noby nirmal - 7 years ago
1
python

anime English title

anime English title from snipertopanime
Submitted by Wasdee - 7 years ago
1
javascript

username

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

i

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

Perfect URL Validation

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

xregexp

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

__import__("os")

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

KLC051 Regex

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

URL Matcher

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

t01

t01
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