Re: [PHP] Help on preg_split

2003-03-27 Thread Jason Wong
On Thursday 27 March 2003 13:05, Jim wrote: > Could someboy please help me with this simple task (at least I though it > would be simple): > > I need to split a string with two dates in into two datestrings, and there > might be whatever between the dates, e.g. > $datestring = "010101a020202",

[PHP] Help on preg_split

2003-03-26 Thread Jim
Hi! Could someboy please help me with this simple task (at least I though it would be simple): I need to split a string with two dates in into two datestrings, and there might be whatever between the dates, e.g. $datestring = "010101a020202", or $dateting = " 010101+020202 " Then I