Help for this page

Select Code to Download


  1. or download this
      $string = "\u\L$string";
    
  2. or download this
      $string =~ s/([\s-]+)(.)/$1\u$2/g;