Community Patterns

Community Library Entry

23

Regular Expression
Created·2015-06-06 08:00
Flavor·PCRE (Legacy)

/
^(?=.*[a-zA-Z]{1,})(?=.*[\d]{0,})[a-zA-Z0-9]{1,15}$
/
Open regex in editor

Description

1-15 alphanumeric login name

Submitted by gsanchezc