SyntaxFix
Write A Post
Hire A Developer
Questions
Use the replace() method on string:
replace()
>>> stuff = "Big and small" >>> stuff.replace( " and ", "/" ) 'Big/small'