Help for this page

Select Code to Download


  1. or download this
    $str = " abc defgh ij klmnop " ; # case 1
    $str = " abc defgh ij klmnop qrst uvwxyz" ; # case 2
    $str = "abc defgh ij" ; #case 3
    
  2. or download this
    ($str) = ($str =~ /^\s([\w+\s{0,}]{1,})\s{0,}$/) ; #case 2/3