Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-03-01 14:30
Flavor·PCRE2 (PHP)

/
^[a-zA-Z0-9!#$%&\'*+\\\=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&\'*+\\\=?^_`{|}~-]+)*@(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\.)+[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$
/
Open regex in editor

Description

Extract this regex from EmailValidation.php

Submitted by Qiang Xue