Help for this page

Select Code to Download


  1. or download this
    s/\B([A-Z])(?=[a-z])/-\l$1/g; # ?
  2. or download this
    s/([A-Z])/-\l$1/g;