Community Patterns

Community Library Entry

1

Regular Expression
Created·2015-12-18 21:32
Flavor·ECMAScript (JavaScript)

/
(?=[a-zA-Z])(?=[A-Z])
/
g
Open regex in editor

Description

Note that title case (TitleCase) will have leading hypens (-title-case)

Submitted by cyberbit