Help for this page

Select Code to Download


  1. or download this
    s/^\s*//;
    s/\s*$//;
    s/\s+/ /g;
    
  2. or download this
    tr/ \t/ /s;
    s/^ //;
    s/ $//;