Is there a linux based or web app to do "Translation" of regular expressions?
One where you can input a sed type regex, and it will give you the PHP equivalent, or PCRE equivalent, and vice-versa?
It doesn't need to do input/output/match checking, just one that translates the special characters in the quirky way between PCRE and vi/grep/sed/standard unix.