I have a string with ansi escape codes in it to print some things in color as well as some runes. I already know to convert the string to a slice of runes to see how many codepoints there are (and give me the print length of the string in characters) but Now I need to know how long it is without the escape character to give me the true print length.