Flowdock
method

html_escape

Importance_1
Ruby on Rails latest stable (v6.1.7.7) - 0 notes - Class: ERB::Util
html_escape(s) public

A utility method for escaping HTML tag characters. This method is also aliased as h.

puts html_escape('is a > 0 & a < 10?')
# => is a > 0 & a < 10?
Show source
Register or log in to add new notes.