Help for this page

Select Code to Download


  1. or download this
    $string = s/\b(\w+)\b/ucfirst($1)/eg;
    
  2. or download this
    $string = s/(?<![-'])\b(\w+)\b/ucfirst($1)/eg;