I need the regexp for parsing IPV6 addresses in any string of format
say:
"machine: linux ip address: BBBB::DDDD"
The regexp should be generic to include all sort of ipv6 addresses.
Also more importantly one more thing is i need some function to
validate if a given input is a valid ipv6 address.
Thanks a lot in advance....
Many thnks howevr i need a program since i could not use the tcllib as
its to be done in a router which has only minimal tcl.
You do understand that can copy just the parts of Tcllib you need,
i.e. in this case the ip package, into your system ? There is no need
to copy the whole of Tcllib, at all.
--
So long,
Andreas Kupries <akup...@shaw.ca>
<http://www.purl.org/NET/akupries/>
Developer @ <http://www.activestate.com/>
-------------------------------------------------------------------------------