Re: [PHP] Re: Preg_match - Find URL and convert to lower case

2006-12-01 Thread Jonesy
On Fri, 1 Dec 2006, Kevin Murphy wrote: > On Nov 30, 2006, at 7:50 PM, Jonesy wrote: >> On Thu, 30 Nov 2006 14:16:16 -0800, Kevin Murphy wrote: >>> >>> I have some text that comes out of a database all in uppercase (old >>> IBM Mainframe that only supports uppercase characters). >> >> I see via oth

Re: [PHP] Re: Preg_match - Find URL and convert to lower case

2006-12-01 Thread Kevin Murphy
On Nov 30, 2006, at 7:50 PM, Jonesy wrote: On Thu, 30 Nov 2006 14:16:16 -0800, Kevin Murphy wrote: I have some text that comes out of a database all in uppercase (old IBM Mainframe that only supports uppercase characters). I see via other followups that you have your kludge working. *But*

Re: [PHP] Re: Preg_match - Find URL and convert to lower case

2006-12-01 Thread Dave Goodchild
In that case you could use the /e trailing option to use strtolower on the subpattern.

[PHP] Re: Preg_match - Find URL and convert to lower case

2006-11-30 Thread Jonesy
On Thu, 30 Nov 2006 14:16:16 -0800, Kevin Murphy wrote: > > I have some text that comes out of a database all in uppercase (old > IBM Mainframe that only supports uppercase characters). I see via other followups that you have your kludge working. *But* , What do you mean by "old IBM Mainframe