how to seperate a string where there is a * code example Example: python split string on char >>> "MATCHES__STRING".split("__") ['MATCHES', 'STRING']