I need to parse regular expressions into their components in PHP. I have no problem creating the regular expressions or executing them, but I want to display information about t
I would try to translate a ActionScript 1/2 regular expression library to PHP. Earlier versions of Flash didn't have native regex support, so there're a few libraries written in AS out there. Translating from one dynamic language into another should be much easier than trying to decipher C.
Here's one link perhaps worth looking at: http://www.jurjans.lv/flash/RegExp.html