# File lib/action_view/helpers/text_helper.rb, line 191
      def strip_links(text)
        text.gsub(/<a\b.*?>(.*?)<\/a>/mi, '\1')
      end