Regular Expressions 101

Sponsors

Library entries

2
python

IPv4 Validator

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

password matching

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

TLD Scratch tapes

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

Spell Checker Test

For use in testing SpellChecker(MHApps)
Submitted by Matt - 8 years ago
0
pcre

body tag extract

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

URL parser RegEx

Parse full URL and find parts
Submitted by Dakr Coder - 8 years ago
1
python

Ordinal

Matches ordinal numbers
Submitted by D - 8 years ago
1
javascript

huj

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