|
Posted by adzir on 05/11/07 03:05
On May 8, 1:31 am, Michael Fesser <neti...@gmx.de> wrote:
> .oO(gosha bine)
>
> >Michael Fesser wrote:
>
> >> preg_match('#[a-zA-Z\d]*[A-Z][a-zA-Z\d]*#', $str);
>
> >Michael, your pattern will also match "*&(*%& Z #)&*(", because it's not
> >anchored. Use ^ and $ (and not forget /D) to make it do what you want.
>
> Correct. Good point.
>
> Micha
Where can I find a good site to explain to me all the syntax (simbols,
characters used in the preg_match function)?
php.net seems not to satisfy me.
Navigation:
[Reply to this message]
|