[thelist] PHP RegEx

Jon Molesa rjmolesa at consoltec.net
Wed Jul 11 11:46:56 CDT 2007


Hey guys I posted this on regex at gogolegroups.com also, but not sure how
used that list is.

I can't understand why when I use 

preg_match_all('/(regex)/', 'text string', $matches, PREG_SET_ORDER) 

that the entire regex gets returned in the array $matches.  Even if 
I use (?:regex) on the whole regex I still get the whole thing back.  
Is there and way to drop that part?  I know I could just ignore it, 
when looping through the array, but I'd like a bit more control over it.

It just seems as if I'm getting back more than I should.
Thanks.

-- 
Jon Molesa
rjmolesa at consoltec.net
if you're bored or curious
http://rjmolesa.com



More information about the thelist mailing list