Posted by Chung Leong on 08/16/06 17:12
friglob wrote: > Just found out... > > preg_split("%-%",$string_to_search,-1,PREG_SPLIT_NO_EMPTY); > > Thank you for your time. preg_split("/-+/", $string_to_search) is a somewhat more orthodox solution.
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming