Help for this page
Select Code to Download
Select
or
download this
$s =~ s/([a-z])([A-Z])/$1 $2/g;
Select
or
download this
$s =~ s/([^A-Z])([A-Z])/$1 $2/g;