User talk:Gerbrant/edit/multiReplace.js Source: en.wikipedia.org/wiki/User_talk:Gerbrant/edit/multiReplace.js
Gerbrant.edit.multiReplace
Provides a way to replace the occurrences of a set of regular expressions with the return values of a set of handler functions.
Note that the group detector is really brain-dead, so if you want to match against the left and right parentheses, you'll want to use \u0028 and \u0029.