Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
but i can't seem to get the checking the day to work, basically it has to be between 1-31.. i have tried stuff such as: ^0[1-9]$ but i can't seem to get it to work, any help would be greatly appreciated!!s#((([0][1-9])|([1-2][0-9])|([3][0-1]))checkmonth + year#<date>$1</dat +e>#
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: checking dates in strings
by dws (Chancellor) on Nov 11, 2002 at 00:35 UTC | |
by Anonymous Monk on Nov 11, 2002 at 00:49 UTC | |
by dws (Chancellor) on Nov 11, 2002 at 01:03 UTC | |
by Anonymous Monk on Nov 11, 2002 at 01:06 UTC | |
|
Re: checking dates in strings
by pg (Canon) on Nov 11, 2002 at 00:59 UTC | |
by FamousLongAgo (Friar) on Nov 11, 2002 at 01:10 UTC | |
by pg (Canon) on Nov 11, 2002 at 03:10 UTC |