Remove color codes from a string.
Parameters:
to be decolorized
Returns:
without the ANSI escape sequence (colors)
355 356 357
# File 'lib/highline.rb', line 355 def uncolor(string) Style.uncolor(string) end