E
Eric Texier
On linux, I am parsing the output of an executable
that's returning color and font information, thing like
\x1b[1m\x1b[31m.
It's there a module that will help me clean up those control,
or do I have to do it with regular expression.
Thanks for your help
that's returning color and font information, thing like
\x1b[1m\x1b[31m.
It's there a module that will help me clean up those control,
or do I have to do it with regular expression.
Thanks for your help