Help for this page

Select Code to Download


  1. or download this
    if ($x =~ /\s/)
    
  2. or download this
    if (substr($x, -1) =~ /^\s/
    
  3. or download this
    if (rindex($x," ") == 0 || rindex($x,"\r") == 0 ||  rindex($x,"\n") ==
    + 0 ||  rindex($x,"\t") == 0)