Regular Expressions 101

Library entries

1
pcre

viduregex

cac vi du ve bat cac chuoi o regex
Submitted by thieutham - 8 years ago
1
pcre

viduregex

cac vi du ve bat cac chuoi o regex
Submitted by thieutham - 8 years ago
2
pcre

remove n lines after matching pattern

stackoverflow question
Submitted by irom77 - 8 years ago
3
pcre

currency

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

US Zip Code Validation

5 digits and no 0 5/4 times
Submitted by Ashish - 8 years ago
0
javascript

Date Validation

no description available
Submitted by Ashish - 8 years ago
-2
javascript

Date Validation

no description available
Submitted by anonymous - 8 years ago
1
pcre

URL detector

no description available
Submitted by pawel - 8 years ago
1
javascript

Everthing in an element

no description available
Submitted by anonymous - 8 years ago

Password Validation

Vote

84

Regular Expression
javascript

/
^((?=\S*?[A-Z])(?=\S*?[a-z])(?=\S*?[0-9]).{6,})\S$
/

Description

Loading markdown...
Submitted by Christian Klemp - 8 years ago