Help for this page
Select Code to Download
Select
or
download this
s/\B([A-Z])(?=[a-z])/-\l$1/g; # ?
Select
or
download this
s/([A-Z])/-\l$1/g;