Is there a way to split a string without using something like this:
$keywords=preg_split("/[?!.]/", "this ! Is a possible
test",PREG_SPLIT_DELIM_CAPTURE);
My php version doesn't seem to support the flags, and I want to know
which delimiter the string was splitted by.

Kind regards,

Simon De Deyne


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to