Re: How to avoid this greedy match?
- From: yitzle@xxxxxxxxxxxxxxxxxxxxx (Yitzle)
- Date: Tue, 29 Jan 2008 01:23:26 -0500
I'm not sure how it works, but I think <> or \<\> is a RegEx reserved
character for word matching.
Aside from that, consider using [^<]* and [^>]* in place of .*
.
- Follow-Ups:
- Re: How to avoid this greedy match?
- From: John W. Krahn
- RE: How to avoid this greedy match?
- From: Ajay Nagrale
- Re: How to avoid this greedy match?
- References:
- Re: How to avoid this greedy match?
- From: News Howardz
- RE: How to avoid this greedy match?
- From: Ajay Nagrale
- Re: How to avoid this greedy match?
- Prev by Date: Re: file.db VS filedb
- Next by Date: Re: Clear a hash
- Previous by thread: RE: How to avoid this greedy match?
- Next by thread: RE: How to avoid this greedy match?
- Index(es):