PCRE (Perl-style) PHP Regular Expression Tool
(format at http://us.php.net/manual/en/reference.pcre.pattern.syntax.php, uses preg_replace.)
NOT PHP/POSIX STYLE
Outputs replaced text and counts number of replaces.



Put Find Regex Here (e.g. /\(([a-zA-Z]*), ([0-9]*)\)/. Remember to surround your regex with / and / or some other delimeter, this is special to PCRE style expressions)


Put Replace Regex Here (e.g. Blah(\1 \2).)

Put Text to preg_replace Here