update libraries.

This commit is contained in:
2021-06-02 10:26:49 +09:00
parent cf78855dcd
commit 15b5ca4a3f
6 changed files with 451 additions and 404 deletions

View File

@ -6,7 +6,7 @@ namespace Orrisroot\Mail;
class Address
{
const EMAIL_REGEX = '[a-zA-Z0-9]+(?:[_\\.\\-][a-zA-Z0-9]+)*@(?:[a-zA-Z0-9]+(?:[\\.\\-][a-zA-Z0-9]+)*)+\\.[a-zA-Z]{2,}';
public const EMAIL_REGEX = '[a-zA-Z0-9]+(?:[_\\.\\-][a-zA-Z0-9]+)*@(?:[a-zA-Z0-9]+(?:[\\.\\-][a-zA-Z0-9]+)*)+\\.[a-zA-Z]{2,}';
/**
* @var string name