in reply to Regex for IPv6

You might look at Net::IPv6Addr. If you don;t want to use the module, you could steal the regex/validation code from inside it.


Examine what is said, not who speaks.
"Efficiency is intelligent laziness." -David Dunham
"Think for yourself!" - Abigail
Timing (and a little luck) are everything!

Replies are listed 'Best First'.
Re: Re: Regex for IPv6
by fuzzyping (Chaplain) on Jan 27, 2004 at 17:56 UTC
    Yeah, I think the regex code from that will help out.

    Thanks!

    -fp