unescapeHTML

unescapeHTML(string)
Class Public methods

Unescape a string that has been HTML-escaped

CGI::unescapeHTML("Usage: foo "bar" <baz>")
   # => "Usage: foo \"bar\" <baz>"
doc_ruby_on_rails
2015-04-01 03:50:17
Comments
Leave a Comment

Please login to continue.