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