Regular Expressions 101

Community Patterns

There does not seem to be anything here

Community Library Entry

0

Regular Expression
PCRE2 (PHP >=7.3)

/
^([a-zA-Z0-9_\-\.\+]+)@(([a-zA-Z0-9_\-\.]+)?([^\.])\.([a-zA-Z]{2,6})|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}) ?$
/
gm

Description

Пример: "w1@mail.com " - рабочий Пример: "w1@mail.com " - не рабочий

Submitted by anonymous - a month ago