Re: [PHP-DB] Regular Expressions? URGENT

2003-08-02 Thread Adam Royle
Hi Aaron, I found this on a little useful when I started learning regex. Good luck 2 ya! adam http://www.devshed.com/Server_Side/Administration/RegExp/ Hi All, Sorry for OT post but need some info. Does anyone know a good tutorial that explains regular expressions in DUMMY terms? I have a

RE: [PHP-DB] Regular Expressions? URGENT

2003-08-01 Thread Hutchins, Richard
Aaron, It's not a tutorial, but if you look at the stripos() function on PHP.NET there are some good examples of expressions that check for multiple characters (needles) in a given string (haystack) both in the description of the function and the user contributed notes at the bottom. Those might

Re: [PHP-DB] Regular Expressions? URGENT

2003-08-01 Thread Doug Thompson
Try one of these: http://zez.org/article/articleprint/11 http://www.javaworld.com/javaworld/jw-07-2001/jw-0713-regex_p.html Doug On Fri, 1 Aug 2003 11:34:16 -0400, Aaron Wolski wrote: Hi All, Sorry for OT post but need some info. Does anyone know a good tutorial that explains regular