RE: [PHP] Reg Exp issue

2002-09-20 Thread Thoenen, Peter Mr. EPS
CLR 1\.0\.4725\)'); -Peter > -Original Message- > From: Taylor York [mailto:[EMAIL PROTECTED]] > Sent: Saturday, September 21, 2002 00:17 > To: [EMAIL PROTECTED] > Subject: [PHP] Reg Exp issue > > > Hello, I am trying to find a string in another string with > mysql

[PHP] Reg Exp issue

2002-09-20 Thread Taylor York
Hello, I am trying to find a string in another string with mysql. Normally, this would work. select 'foo' REGEXP ('foo'); And that would simply return 1, since it found it. But, my strings are more complicated than that. One good random example is something like this..Ya i know, its wierd but g