Re: [PHP-DB] RegExp

2010-03-12 Thread Karl DeSaulniers
Correction, this actually starts the pages. http://lawrence.ecorp.net/inet/samples/regexp-intro.php Enjoy!, Thanks Lawrence ;) Karl On Mar 12, 2010, at 1:47 AM, Partha Sarathy wrote: hi Thanks. Useful site. On Fri, Mar 12, 2010 at 1:07 PM, Karl DeSaulniers wrote: Hello List, I found

Re: [PHP-DB] RegExp

2010-03-11 Thread Partha Sarathy
hi Thanks. Useful site. On Fri, Mar 12, 2010 at 1:07 PM, Karl DeSaulniers wrote: > Hello List, > I found this website. Now it is not php based, it is javascript, but > interesting none the less. > May give people hints on how to construct their own regular expressions in > PHP or even JS for th

Re: [PHP-DB] REGEXP and Variables.

2003-10-09 Thread Ignatius Reilly
Can't you do without REGEX? eg WHERE employ_id = '($employ_id)' OR company LIKE '($name)' REGEXes are expensive. Ignatius _ - Original Message - From: "Shannon Doyle" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 09, 2003 10:18 AM Subject: [