class String
colorize
0.7.3
# colorized?
def colorized? self.scan(REGEXP_PATTERN).reject do |match| match.last end.any? end