# File lib/highline/style.rb, line 97
    def self.uncolor(string)
      string.gsub(/\e\[\d+(;\d+)*m/, '')
    end