Re: RegExp Help



Donald Arseneau <asnd@xxxxxxxxx> writes:

> {\n\..*(?=[A-Z]{3}[0-9]{3})}

Sorry, that was supposed to be

{\n\..*?(?=[A-Z]{3}[0-9]{3})}

for a "non-greedy" match (equivalent to the [^...] pattern).



--
Donald Arseneau asnd@xxxxxxxxx
.