python split string char \x1 code example Example: python split string on char >>> "MATCHES__STRING".split("__") ['MATCHES', 'STRING']