Help for this page

Select Code to Download


  1. or download this
      $query =~ s/\s+/ /g ;      # that's the whitespace
      $query =~ s/\A\s// ;       # strip leading
    ...
        $s =~ tr/0-9a-z/\\/c ;
        return $q.$s.$q ;
      } ;
    
  2. or download this
      $query =~ s/([^ !#\$%()*,\/:;<=>?\@[\]^{|}~]+)/mash_l($1)/eg ;
    
    ...
    
        return $s ;
      } ;