Answers for "remove just part of a string if it consists of ' python"

1

remove part of string python

txt = 'abbacabbd'
print(url.replace('bbd',''))

#output:
abbaca
Posted by: Guest on July-16-2020

Code answers related to "remove just part of a string if it consists of ' python"

Python Answers by Framework

Browse Popular Code Answers by Language