Community Patterns

Community Library Entry

1

Regular Expression
Created·2016-02-12 21:24
Flavor·ECMAScript (JavaScript)

/
\A(?=.*[a-z])[a-z\d]+\Z
/
i
Open regex in editor

Description

It could be alphanumeric but should not be numeric only

Submitted by anonymous