Home
last modified time | relevance | path

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

/dokuwiki/vendor/aziraphale/email-address-validator/
H A DEmailAddressValidator.php80 * @param string $localPortion Text to be checked
83 public static function checkLocalPortion($localPortion) argument
88 if (!self::checkTextLength($localPortion, 1, 64)) {
95 $localPortionParts = explode('.', $localPortion);