show/hide this revision's text 2 edited tags
show/hide this revision's text 1

JavaScript non-regex Replace

Do any of the existing JavaScript frameworks have a non-regex replace() function? or has this already been posted on the web somewhere as a one-off function?

For example I want to replace @!#$123=% and I don't want to worry about which characters to escape. Most languages seem to have both methods of doing "replaces". I would like to see this simple thing added.