bool HasColorCodes(str s)
Returns true if the string contains color codes anywhere.
HasColorCodes("\cghello") -> true HasColorCodes("hello") -> false HasColorCodes("hello\cg") -> true