remove char in a string python code example Example: python remove string from string s = 'ab12abc34ba' print(s.replace('ab', ''))