Community Patterns

Community Library Entry

3

Regular Expression
Created·2015-04-22 03:44
Flavor·ECMAScript (JavaScript)

/
^[a-zA-Z]+([A-Z][a-z]+)+$
/
g
Open regex in editor

Description

See if a string is in CamelCase format

Submitted by Tonny Xu