# File lib/slack-notifier/util/escape.rb, line 10
        def self.html string
          string.gsub(HTML_REGEXP, HTML_REPLACE)
        end