NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Regexp::Common::Date desirable (Score:1)
A date to many people is a
\d+How about
\d{1,2}?There are longer, uglier things that will match 1..9|01..09|11|12 and 01..31|1..31, but they're ugly.
Alas, Regexp::Common::Date [cpan.org] is still a coming attraction.
Bill
# I had a sig when sigs were cool
use Sig;
Reply to This