|
Posted by wizard on 08/14/07 11:43
It works like a charm, thanks a lot friend.
On Aug 14, 4:01 pm, Rik <luiheidsgoe...@hotmail.com> wrote:
> On Tue, 14 Aug 2007 12:55:34 +0200, wizard <vivek.j.jo...@gmail.com> wrote:
> > Hello,
> > I am trying to create a function that will match only valid date in mm/
> > dd format. (Month in, 01, 02, ..., 09, 10, 11, 12 and Dates in 01,
> > 02, ..., 11, 12, ..., 30, 31).
>
> > I am trying this code, but it fails to work.
>
> > The error is :-
> > PHP Warning: preg_match(): Compilation failed: unmatched parentheses
> > at offset 15 in /home/wizard/regexDateTime.php on line xx
>
> > The code is here.
> > <?php
> > $test = '03/02';
>
> > $testPattern = '#[(0[1-9]|1[012])/(0[1-9]|[12][0-9]|3[01])]#';
>
> ---------------------------^----------------------------------------^
>
> remove the blockquotes there (possibly replace them with ^ and
> $ respectively).
> --
> Rik Wasmus
Navigation:
[Reply to this message]
|