On Tuesday 17 December 2002 09:05, Leif K-Brooks wrote:
> Is there a way to put each part of a string matching a regex into an
> array?  Example:
> $string = "-----_-_--- --_-_-- random text here-_";
> $array = regextoarray($string,"[-_]{1,}");
> //Produces array of "-----_-_---","--_-_--","-_"

preg_match()

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *

/*
America may be unique in being a country which has leapt from barbarism
to decadence without touching civilization.
                -- John O'Hara
*/


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

Reply via email to