[nycphp-talk] Regex & Delimiter Trouble
Daniel J Cain Jr.
dan at cain.sh
Fri Nov 19 17:02:51 EST 2004
Um, yeah.... that would do it :D
Thank you
-dan "Do what I meant, not what I said!" cain
On Nov 19, 2004, at 3:52 PM, Dan Cech wrote:
> Daniel J Cain Jr. wrote:
>> Still getting the same warnings as before and the "DOH!" after
>> changing the pattern to single quotes on my system
>
> You also have pattern and haystack reversed in the preg_match call ...
> DOH indeed!
>
> Dan
>
>> On Nov 19, 2004, at 3:30 PM, Dan Cech wrote:
>>> Use single quotes, the $ is screwing up the regex.
>>>
>>> $pattern = '/^quantity[1-9][0-9]{0,2}$/';
>>>
>>> Dan
>>>
>> _______________________________________________
>> New York PHP Talk
>> Supporting AMP Technology (Apache/MySQL/PHP)
>> http://lists.nyphp.org/mailman/listinfo/talk
>> http://www.newyorkphp.org
>
> _______________________________________________
> New York PHP Talk
> Supporting AMP Technology (Apache/MySQL/PHP)
> http://lists.nyphp.org/mailman/listinfo/talk
> http://www.newyorkphp.org
More information about the talk
mailing list