princepawn has asked for the wisdom of the Perl Monks concerning the following question:
/\d{2}([A-Z]{2,5})[_](\d{2})(\d{2})(\d{4})/
And then I set about writing a program which would manually generate filenames matching that regular expression. However, I am sure I am not the first tom, larry, or randall (to steal from Damian Conway's clever quote) to want to do this sort of thing.
Has anyone written a module which generates text which will match a regular expression, or, stated like most of my posts: "No module exists for the generation of text which will match a regular expression" {grin}
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Bidirectional Regular Expression Parsing and Matching Text Generation?
by japhy (Canon) on Oct 24, 2000 at 18:21 UTC | |
by japhy (Canon) on Oct 24, 2000 at 18:25 UTC | |
|
RE: Bidirectional Regular Expression Parsing and Matching Text Generation?
by Albannach (Monsignor) on Oct 24, 2000 at 18:34 UTC |