Re: regex for &
- From: brentgclarklist@xxxxxxxxx (Brent Clark)
- Date: Thu, 30 Oct 2008 12:22:23 +0200
Rob Coops wrote:
What the (?<!Victoria) bit does is nothing at first the & gets matched andThank you so much,
then the (?<!Victoria) bit kicks in and checks to see if the string
Victoriais not (thats the !'s doing use and = to require it) infront
of the &.
Regards
Brent
.
- References:
- regex for &
- From: Brent Clark
- Re: regex for &
- From: "Rob Coops"
- regex for &
- Prev by Date: RE: regex for &
- Next by Date: Re: matching elements from array and print the results line by line from log file
- Previous by thread: Re: regex for &
- Next by thread: RE: regex for &
- Index(es):
Relevant Pages
|