From my linux experience...
To replace a character("a") in a string with the other one ("b"):s = s.replace('a', 'b')
s = s.replace('a', 'b')
No comments:
Post a Comment