How would one make the ECMA-262 String.replace method work with a
string literal?
For example, if my string was "HELLO[WORLD]" how would I make it work
in this instance.
Please note my square brackets are not regular expression syntax.
Thanks,
Gary
string literal?
For example, if my string was "HELLO[WORLD]" how would I make it work
in this instance.
Please note my square brackets are not regular expression syntax.
Thanks,
Gary
Comment