|
Posted by Jerry Stuckle on 05/11/07 04:23
adzir wrote:
> 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.
>
Just google for "Regular expressions". There are thousands of them out
there, offering all levels of explanations. Many are pretty good.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|