Regular Expressions 101

Community Patterns

There does not seem to be anything here

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 - 10 years ago