Help for this page

Select Code to Download


  1. or download this
    $string =~ s/^\s+|\s+$//gm;
    
  2. or download this
    s/^[\t\f ]+|[\t\f ]+$//mg;