# File lib/termcolor.rb, line 35
    def prepare_parse(text)
      tag_separate text.gsub(/<(\/?)(\d+)>/, '<\1_\2>')
    end