indapa has asked for the wisdom of the Perl Monks concerning the following question:
Most of the time I have a string, and I want to run it through a regex to see if it matches or not. But coming from the opposite direction, given a regular expression R, is it possible to generate the set of all strings that match R?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: generating strings from a regular expression
by kvale (Monsignor) on Jun 21, 2002 at 21:18 UTC | |
Re: generating strings from a regular expression
by traveler (Parson) on Jun 21, 2002 at 22:11 UTC | |
Re: generating strings from a regular expression
by robobunny (Friar) on Jun 21, 2002 at 21:20 UTC | |
Re: generating strings from a regular expression
by dws (Chancellor) on Jun 21, 2002 at 21:34 UTC | |
Re: generating strings from a regular expression
by Cody Pendant (Prior) on Jun 22, 2002 at 00:42 UTC |