SyntaxFix
Write A Post
Hire A Developer
Questions
mystring.replace (" ", "_")
if you assign this value to any variable, it will work
s = mystring.replace (" ", "_")
by default mystring wont have this