CGI.unescapeHTML : HTML « CGI « Ruby






CGI.unescapeHTML


require 'cgi' 
puts CGI.unescapeHTML("a < 100 && b > 200") 

 








Related examples in the same category

1.CGI.escape and CGI.unescape.
2.CGI.escapeHTML
3.CGI.escapeElement
4.Generating HTML
5.Output a string to web
6.CGI for creating a web page
7.nested cgi.tag to create HTML document
8.Create a hash of HTTP response headers