http://qs1969.pair.com?node_id=672418


in reply to Re: Compare two regex patterns
in thread Compare two regex patterns

My Regexp::Compare does that - not for all regexps (that would solve the halting problem :-) ), but "1233*" is recognized as more specific than "123*". On the other hand, the implementation is quite dependent on Perl internals and currently broken for perl 5.10 - the public demand didn't justify an upgrade yet...