You are here

constant ClientService::EMAIL_REGEX in Sparkpost email 8.2

Regex for parsing email.

File

src/ClientService.php, line 20

Class

ClientService
Client service that sends the mails.

Namespace

Drupal\sparkpost

Code

const EMAIL_REGEX = '/^\\s*(.+?)\\s*<\\s*([^>]+)\\s*>$/';