protected function escaped() : bool { $previous = $this->lexer ->getPrevious(); return $previous->isA(EmailLexer::S_BACKSLASH) && !$this->lexer->current ->isA(EmailLexer::GENERIC); }