Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. EmailLexer.php

EmailLexer::CATCHABLE_PATTERNS

File

vendor/egulias/email-validator/src/EmailLexer.php, line 116

Class

EmailLexer
@extends AbstractLexer<int, string>

Namespace

Egulias\EmailValidator

Code

public const CATCHABLE_PATTERNS = [
    '[a-zA-Z]+[46]?',
    
    //ASCII and domain literal
'[^\\x00-\\x7F]',
    
    //UTF-8
'[0-9]+',
    '\\r\\n',
    '::',
    '\\s+?',
    '.',
];

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal