This is not Mootools related, but Mootols uses a lot of regex, so I wonder if you guys know how to do preg_replace in javascript, this is, using matched results in the replacement string. >From what I know, string.replace can do regex for matching, but not for replacing, thus, the replace string has to be static.
Any ideas? Thanks a lot.
