NYCPHP Meetup

NYPHP.org

[nycphp-talk] Regex & Delimiter Trouble

Daniel J Cain Jr. dan at cain.sh
Fri Nov 19 16:40:48 EST 2004


Still getting the same warnings as before and the "DOH!" after changing 
the pattern to single quotes on my system


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
>




More information about the talk mailing list