Flowdock
method

unescape_uri

Importance_1
v5.2.3 - Show latest stable - 0 notes - Class: Utils
unescape_uri(uri) public

Replaces any escaped sequences with their unescaped representations.

uri = "/topics?title=Ruby%20on%20Rails"
unescape_uri(uri)  #=> "/topics?title=Ruby on Rails"
Show source
Register or log in to add new notes.