Module Slack::Notifier::Util::Escape
In: lib/slack-notifier/util/escape.rb

Methods

html  

Constants

HTML_REGEXP = /[&><]/
HTML_REPLACE = { "&" => "&amp;", ">" => "&gt;", "<" => "&lt;" }.freeze

Public Class methods

[Validate]