Home
last modified time | relevance | path

Searched refs:h16 (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/vendor/aziraphale/email-address-validator/
H A DEmailAddressValidator.php127 $h16 = "{$hex_digit}{1,4}";
129 $ls32 = "(?:$h16:$h16|$IPv4Address)";
132 "(?:$h16:){6}$ls32" .
133 "|::(?:$h16:){5}$ls32" .
134 "|(?:$h16)?::(?:$h16:){4}$ls32" .
135 "|(?:(?:$h16:){0,1}$h16)?::(?:$h16
[all...]