delete upto char in satring python code example Example: how to remove all characters from a string in python s = 'abc12321cba' print(s.replace('a', ''))