Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-01-26 07:26
Flavor·PCRE2 (PHP)

/
([a-z0-9]|(?=[A-Z]))([A-Z])
/
gm
Open regex in editor

Description

Matches PascalCase or CamelCase

Submitted by anonymous