Flowdock
method

unescape

Importance_1
v2_4_6 - Show latest stable - 0 notes - Class: Util
unescape(string,encoding=@@accept_charset) public

URL-decode a string with encoding(optional).

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