How can I remove "word:" from a string in Python?
- by veb
Hi,
I'm wondering how to remove a dynamic word from a string within Python.
It will always have a ":" at the end of the word, and sometimes there's more than one within the string. I'd like to remove all occurrences of "word:".
Thanks! :-)