Programming Tutorials

unescapeHTML() in Ruby

By: Jeeva in Ruby Tutorials on 2009-03-03  

unescapeHTML(string)

Unescape a string that has been HTML-escaped

  CGI::unescapeHTML("Usage: foo "bar" <baz>")
     # => "Usage: foo \"bar\" <baz>"





Add Comment

* Required information
1000

Comments

No comments yet. Be the first!

Most Viewed Articles (in Ruby )

Latest Articles (in Ruby)