how to split a line in python by : code example Example: python split string on char >>> "MATCHES__STRING".split("__") ['MATCHES', 'STRING']