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