Flowdock
method

escape

Importance_1
v2_2_9 - Show latest stable - 0 notes - Class: Util
escape(string) public

URL-encode a string.

url_encoded_string = CGI::escape("'Stop!' said Fred")
   # => "%27Stop%21%27+said+Fred"
Show source
Register or log in to add new notes.