python remove all characters from character "." in the end code example Example: drop all characters after a character in python sep = '...' stripped = text.split(sep, 1)[0]