Re: PCRE sub-expressions matching
- From: "Joshie Surber" <joshiesurber@xxxxxxxxx>
- Date: 31 Oct 2005 05:13:40 -0800
> Notice that all subexpressions are saved twice in the array. Can this
> be avoided?
Without trying it (never knew you could name them <sheepish grin>) I
would assume you could use (?:P<host>
On the other hand, however, does it really matter? Even if you are
looping, just do a quick test to see if the key is numeric
Also, the url_parse function does what you are looking for, and will do
it faster.
.
- Follow-Ups:
- Re: PCRE sub-expressions matching
- From: jens
- Re: PCRE sub-expressions matching
- References:
- PCRE sub-expressions matching
- From: jens
- PCRE sub-expressions matching
- Prev by Date: PCRE sub-expressions matching
- Next by Date: Re: PCRE sub-expressions matching
- Previous by thread: PCRE sub-expressions matching
- Next by thread: Re: PCRE sub-expressions matching
- Index(es):