Community Patterns

Community Library Entry

-2

Regular Expression
Created·2015-09-11 06:41
Flavor·PCRE (Legacy)

/
([A-z])((?![A-z]{2,3}$)\w){2,3}
/
gm
Open regex in editor

Description

1.the string can be of lenght 3 or 4 2.the string should start with a alphabet 3.the string should contain atleast one alphabet and number.

Submitted by Kerwin