On Tue, 22 Mar 2005 11:47:31 +0000, Nick Chettle wrote:
> 
> My Regex:
> 
> ([A-Z1-9]{8})
> 

[...snip...]

> I was expecting it to match "291E2130".
> 

Well, you have a zero ("0") as the 8th char, but your regexp only
matches the numbers 1-9, so it can hardly match, now can it? ;-)

-- 
Offer Kaye

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to