Re: [PHP] find quoted string within a string (more of a regex question, though ..)

2004-09-10 Thread Wouter van Vliet
On Fri, 10 Sep 2004 16:41:56 +0300, Robin Vickery <[EMAIL PROTECTED]> wrote: > On Fri, 10 Sep 2004 11:43:54 +0200, Wouter van Vliet > <[EMAIL PROTECTED]> wrote: > > > > For my own reasons (can explain, would take long, won't till sbody > > asks) I want to match a quoted string within a string. That

Re: [PHP] find quoted string within a string (more of a regex question, though ..)

2004-09-10 Thread Robin Vickery
On Fri, 10 Sep 2004 11:43:54 +0200, Wouter van Vliet <[EMAIL PROTECTED]> wrote: > > For my own reasons (can explain, would take long, won't till sbody > asks) I want to match a quoted string within a string. That is somehow > kind of easy, I know ... if it weren't for the slashing of quotes. The

[PHP] find quoted string within a string (more of a regex question, though ..)

2004-09-10 Thread Wouter van Vliet
Howdy, Thanks for the answers on my previous question, though it hasn't resulted in a quicker dirparsing.. Anyway, here's a next one. For my own reasons (can explain, would take long, won't till sbody asks) I want to match a quoted string within a string. That is somehow kind of easy, I know ...