Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-10-15 12:31
Updated·2022-10-15 12:37
Flavor·PCRE2 (PHP)

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

Description

Tests if string can be used as a valid sparkpost sending email address

Submitted by MreeP