Module
Slack::Notifier::Util::Escape
In:
lib/slack-notifier/util/escape.rb
Methods
html
Constants
HTML_REGEXP
=
/[&><]/
HTML_REPLACE
=
{ "&" => "&", ">" => ">", "<" => "<" }.freeze
Public Class methods
html
(string)
[Validate]