Regular Expressions 101

Community Patterns

1

gh

ECMAScript (JavaScript)
no description available
Submitted by ghb - 10 years ago
1

IPv4 extraction

Python
no description available
Submitted by Jacob - 10 years ago
3

date time

Python
1/Jul/2013 03:27:12
Submitted by himel - 10 years ago
2

US Postal Code

ECMAScript (JavaScript)
refactor
Submitted by jay johnson - 10 years ago

Password validation

1

Regular Expression
ECMAScript (JavaScript)

/
^((?=\S*?[A-Z])(?=\S*?[a-z])(?=\S*?[0-9])(?=\S*?(?:\W|_)).{8,})$
/
g

Description

Loading markdown...
Submitted by anonymous - 6 months ago