SyntaxFix
Write A Post
Hire A Developer
Questions
For that you neet to use the g flag of regex.... Like this :
var new_string=old_string.replace( / (regex) /g, replacement_text);
That sh