Rename to and from CamelCase

Hi Amorax,

A simple regex should do it:

Mode: Regular Expressions
Old name: (.*[a-z])([A-Z].*)#
New name: \1 \2
:ballot_box_with_check: Case sensitive
:ballot_box_with_check: Ignore extension

Split CamelCase.orp (201 Bytes)


1 Like