method

escape

v1_9_3_125 - 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"