
21 Oct
2008
21 Oct
'08
8:49 a.m.
Gopal_Haldar@McAfee.com wrote:
Please can you send me the proper regular expression which will accept only all different type of valid IPv6 IP.
Gopal, that's a big job - and I'm not familiar with IP v6 formats - besides that's your job ;-) I would suggest you try breaking the expression down into each alternative and work on and validate each one before putting them all together into one huge expression. That'll make it easier to help you if you run into problems as well. Regards, John.