Help for this page

Select Code to Download


  1. or download this
    sub sanitize_it {
      $_[0] =~ s/[^\w.,\-={}()\[\]!@#\$%^&'`~]/$_[1]/g;
      return $_[0];
    }