On Wednesday 04 May 2005 03:32 am, Roberto C. Sanchez wrote:
> Mr Mike wrote:
> > On Saturday 30 April 2005 03:42 pm, Alan Chandler wrote:
> >
>
> >>
> >
> >
> > You know... if I ask this sorta question all I get is RTFM and in reality
> > that's the correct answer... When I had regex questi
On 2005-05-04, Roberto C. Sanchez penned:
>
> Mr Mike wrote:
>>
>> You know... if I ask this sorta question all I get is RTFM and in
>> reality that's the correct answer... When I had regex questions I
>> bought a couple books and spent hours and hours reading and
>> experimenting till I figured
According to Alan Chandler,
> On Wednesday 04 May 2005 08:41, Mr Mike wrote:
> > On Saturday 30 April 2005 03:42 pm, Alan Chandler wrote:
> > > I am using PHP and I am trying to parse a string into substrings
> ...
> >
> > You know... if I ask this sorta question all I get is RTFM and in reality
>
On Wednesday 04 May 2005 08:41, Mr Mike wrote:
> On Saturday 30 April 2005 03:42 pm, Alan Chandler wrote:
> > I am using PHP and I am trying to parse a string into substrings
...
>
> You know... if I ask this sorta question all I get is RTFM and in reality
> that's the correct answer... When I ha
Mr Mike wrote:
> On Saturday 30 April 2005 03:42 pm, Alan Chandler wrote:
>
>>
>
>
> You know... if I ask this sorta question all I get is RTFM and in reality
> that's the correct answer... When I had regex questions I
> bought a couple books and spent hours and hours reading and experiment
On Saturday 30 April 2005 03:42 pm, Alan Chandler wrote:
> I am using PHP and I am trying to parse a string into substrings delimited by
> a single character. In some instances this is a ',' in others it will be '='.
>
> I think the php function preg_split is the one to use, but I need find the
On Tue, May 03, 2005 at 07:22:39PM +0100, Alan Chandler wrote:
> On Tuesday 03 May 2005 09:50, michael wrote:
> > On Mon, 2005-05-02 at 16:08 +0100, Alan Chandler wrote:
> ...
> > > 'This is a bad bad thing, but not as bad as it would be if \"x=5\", so
> > > thats it'
>
> > Would be yet harder sti
On Tuesday 03 May 2005 09:50, michael wrote:
> On Mon, 2005-05-02 at 16:08 +0100, Alan Chandler wrote:
...
> > 'This is a bad bad thing, but not as bad as it would be if \"x=5\", so
> > thats it'
> Would be yet harder still if you correct your grammar and put the
> missing apostrophe in penultimat
On Mon, 2005-05-02 at 16:08 +0100, Alan Chandler wrote:
--snip--
> For instance I want the parse this string
>
> Form = 'This is a bad bad thing, but not as bad as it would be if \"x = 5\",
> so thats it',Connection=5
>
> Into the strings
>
> Form
>
> =
>
> 'This is a bad bad thing, but not a
On Tue, May 03, 2005 at 09:50:08AM +0100, michael wrote:
> On Mon, 2005-05-02 at 16:08 +0100, Alan Chandler wrote:
>
> > For instance I want the parse this string
> >
> > Form = 'This is a bad bad thing, but not as bad as it would be if \"x =
> > 5\",
> > so thats it',Connection=5
> >
> > Into
On Mon, 2005-05-02 at 16:08 +0100, Alan Chandler wrote:
> For instance I want the parse this string
>
> Form = 'This is a bad bad thing, but not as bad as it would be if \"x = 5\",
> so thats it',Connection=5
>
> Into the strings
>
> Form
>
> =
>
> 'This is a bad bad thing, but not as bad as
On Monday 02 May 2005 15:06, Alex Malinovich wrote:
> On Sat, 2005-04-30 at 21:42 +0100, Alan Chandler wrote:
> > I am using PHP and I am trying to parse a string into substrings
> > delimited by a single character. In some instances this is a ',' in
> > others it will be '='.
> >
> > I think the p
On Sat, 2005-04-30 at 21:42 +0100, Alan Chandler wrote:
> I am using PHP and I am trying to parse a string into substrings delimited by
> a single character. In some instances this is a ',' in others it will be '='.
>
> I think the php function preg_split is the one to use, but I need find the
>
13 matches
Mail list logo