method

escape

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

URL-encode a string.

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