function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SFDC-SDSFDC-SD 

REGEX to validate IPv6

Folks,

 

I am looking for a working REGEX to validate IPv6. Any help on this is much appreciated.

sfdcfoxsfdcfox

I'd like to refer you to http://cpansearch.perl.org/src/TMONROE/Net-IPv6Addr-0.2/IPv6Addr.pm. You'll see how they implemented ipv6_parse. It's not pretty. RFC1884 regarding valid forms of addresses represents a royal pain of a regex. I believe the minimum "single regex" pattern you'd need would probably be several hundred characters long, and very deeply nested.