I ported Django's IPv6 module as I needed it for my port of django.forms, if that's any good to you. It's on npm as "validators":
https://github.com/insin/validators/blob/master/lib/ipv6.js --- Jonny On 4 October 2012 11:58, Bradley Meck <[email protected]> wrote: > split is a fairly expensive operation, for the most part I would guess the > regex compiler would do a better job and avoid GC fluff. Ugly though. > > http://jsperf.com/ipv4-regex > > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en > -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
