From: SANKY on 23 Nov 2009 09:06 Hi, 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....
From: David Gravereaux on 23 Nov 2009 13:15 this might help: http://tcllib.sourceforge.net/doc/tcllib_ip.html --
From: SANKY on 23 Nov 2009 22:19 Hi, 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.
From: David Gravereaux on 24 Nov 2009 00:54 SANKY wrote: > Hi, > > 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. maybe copy the routines? --
From: SANKY on 24 Nov 2009 01:06 thnkx wil chk it.... :)
|
Next
|
Last
Pages: 1 2 Prev: Parsing arbitrary arguments of a proc (::cmdline::getopt ??) Next: TTK and menubars |