Skip to content

Instantly share code, notes, and snippets.

@redtettemer
Created November 2, 2010 01:59
Show Gist options
  • Save redtettemer/659166 to your computer and use it in GitHub Desktop.
Save redtettemer/659166 to your computer and use it in GitHub Desktop.
search_terms = params[:search]
stripped_search_terms = search_terms.gsub(/:/, '\:').gsub(/\?/, '\?').gsub(/-/, '\-').gsub(/;/, '\;').gsub(/,/, '\,').gsub(/!/, '\!')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment