in reply to Re: Regex::Reverse tricky test cases
in thread Regex::Reverse tricky test cases
I guess the best thing to do would be to generate a few strings that the regex will match, then also generate the reverse of the string and match against the reversed regex, then compare the captures.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Regex::Reverse tricky test cases
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 |