I'm trying to remove
\x1b(B\x1b[m
in a string, but whenever I try using strip("\x1b(B\x1b[m") it doesn't seem to work. Is there a way to ask for that literal string instead of using the expression it is.
I'm trying to remove
\x1b(B\x1b[m
in a string, but whenever I try using strip("\x1b(B\x1b[m") it doesn't seem to work. Is there a way to ask for that literal string instead of using the expression it is.