in reply to
generating strings from a regular expression
it would depend on the regex. it certainly isn't possible to generate the set of all strings that match /.*/, for example, because it is infinite.
Comment on
Re: generating strings from a regular expression
In Section
Seekers of Perl Wisdom