On Nov 8, 3:11 am, Thorsten Kampe <[EMAIL PROTECTED]> wrote:
> * Prabhu Gurumurthy (Wed, 07 Nov 2007 22:34:14 -0800)
>
> > I would like to parse IPv6 addresses and subnet using re module in
> > python.
>
> Just don't:http://pypi.python.org/pypi?%3Aaction=search&term=ipv6
> &submit=search
And even
* Prabhu Gurumurthy (Wed, 07 Nov 2007 22:34:14 -0800)
> I would like to parse IPv6 addresses and subnet using re module in
> python.
Just don't: http://pypi.python.org/pypi?%3Aaction=search&term=ipv6
&submit=search
--
http://mail.python.org/mailman/listinfo/python-list
Hello list,
I would like to parse IPv6 addresses and subnet using re module in
python. I am able to either parse the ipv6 address or ipv6 network but
not both using single line. any help appreciated. BTW is there a
metacharacter for hex digits.
Thanks
Prabhu
-
---