regex to capture ip4/ip6 addresses with named capture groups.
The Following features are included:
PHP and python support
ip4 byte size check (ensures byte can't exceed 255)
ip6 checks if hex characters are valid
uses a negative lookbehind to check if the ip is a word on its own...
Submitted by Meryo - 4 years ago