Regular Expressions 101

Community Patterns

Community Library Entry

1

Regular Expression
Created·2015-06-19 04:12
Flavor·ECMAScript (JavaScript)

/
^(?=.*[0-9])(?=.*[A-Za-z])(?=.*[!\x22\#$%&@'()*+,-./_])[\w!\x22\#$%&@'()*+,-./]{8,}$
/
Open regex in editor

Description

no description available

Submitted by anonymous