method

escape

v2_2_9 - Show latest stable - Class: CGI::Util
escape(string)
public

URL-encode a string.

url_encoded_string = CGI::escape("'Stop!' said Fred")
   # => "%27Stop%21%27+said+Fred"