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