Home
last modified time | relevance | path

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

/dokuwiki/vendor/aziraphale/email-address-validator/
H A DEmailAddressValidator.php112 * @param string $domainPortion Text to be checked
116 public static function checkDomainPortion($domainPortion, $allowLocal = false) argument
119 if (!self::checkTextLength($domainPortion, 1, 255)) {
144 $domainPortion)){
147 $domainPortionParts = explode('.', $domainPortion);