# File lib/mirimiri/string.rb, line 93
  def strip_xml_tags!
    replace strip_with_pattern /<\/?[^>]*>/
  end