|
Posted by Sjoerd on 05/21/07 14:08
On May 21, 3:50 pm, "Vince Morgan" <vinharAtHereoptusnet.com.au>
wrote:
> My problem has a simple solution. However I just can't find it. I cannot
> remember which 'split()' type function allows you to keep the delimiter in
> place within the final array.
preg_match_all('~.*[delimiters]~U', $text, $matches)
or something like that.
Navigation:
[Reply to this message]
|