Regular Expressions 101

Library entries

7
pcre

rsyslog test

global modifier
Submitted by dtmland - 8 years ago
7
javascript

Match text (not within html tag)

no description available
Submitted by Moistly - 8 years ago
7
javascript

simple email

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

Any positive integer except zero

no description available
Submitted by Harsh - 8 years ago
7
javascript

Date and time format - ISO 8601

Matches ISO 8601 date formats
Submitted by Ettienne - 7 years ago
6
javascript

Password

no description available
Submitted by anonymous - 9 years ago

Password Validation

Vote

85

Regular Expression
javascript

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

Description

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