I have text stored as escaped html tags: "Overview <br><br> Keynote’s" Is there a way to un-escape all the html tags? I found rails functions that can escape the tags but I haven''t found anything to go back easily. - tommy --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
wheels wrote:> I have text stored as escaped html tags: "Overview > <br><br> Keynote’s" > Is there a way to un-escape all the html tags? I found rails functions > that can escape the tags but I haven''t found anything to go back > easily. > > - > tommycheck out google for the keyword ''unescape'' . either way -> http://www.ruby-doc.org/stdlib/libdoc/cgi/rdoc/classes/CGI.html#M000095 -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---