in reply to Re: Testing regex equivalence
in thread Testing regex equivalence
What I want to do is really to parse the regex in some way and simplifiy it, if possible. So say I have a regex generator and for a certain input it produces
.*(.*)$I would like to be able to recognise that this is the same as
.*Thanks,
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Testing regex equivalence
by Corion (Patriarch) on Feb 21, 2006 at 13:19 UTC |