Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-01-04 03:37
Flavor·PCRE (Legacy)

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

Description

pascal case to snake case

Submitted by anonymous