Hey all!
I'm writing a script to work with an IRC channel, but the channel has color codes. In order to properly parse the messages, I need to somehow remove the color codes, but most of the regexes I've written don't work. Is there a regex that would allow me to remove all of the codes at once, or do I need to work around it? Thanks.