Hexipv4
Extract links where hostname is hex and a domain is used as username to confuse the extractor
Example:
http://www.domain-invalid.com@0xc0.0xa8.0x01.0x01/bla
where the host 0xc0.0xa8.0x01.0x01
is valid (192.168.1.1
)
and www.domain-invalid.com
just the username
Besides the regex, is_ipv4
has been updated to so dependent routines
like is_url_tldcheck
will recognise the url as well...