Regular Expressions 101

Community Patterns

Your search did not match anything

Community Library Entry

1

Regular Expression
ECMAScript (JavaScript)

/
(?=[a-zA-Z])(?=[A-Z])
/
g

Description

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

Submitted by cyberbit - 9 years ago