in reply to Regex::Reverse tricky test cases
IMO you should use one of the various regex assembly modules, (grinders Regex::Assemble comes to mind) and see how your reversal code works on the output of that. It should be fairly simply to come up with a test framework that really hammers your reversal algorithm.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Regex::Reverse tricky test cases
by Roy Johnson (Monsignor) on May 17, 2005 at 14:11 UTC | |
by radiantmatrix (Parson) on May 17, 2005 at 15:06 UTC | |
by Roy Johnson (Monsignor) on May 17, 2005 at 15:29 UTC | |
by radiantmatrix (Parson) on May 17, 2005 at 15:51 UTC |