Regular Expressions 101

Community Patterns

1

Swiss MWST

PCRE (PHP <7.3)
Swiss VAT Numbers
Submitted by igrokit - 3 years ago
1

regex_prix_DAB_V2

Python
nlp
Submitted by guif - 2 years ago
1

regex_ddc_V3

Python
nlp
Submitted by guif - 2 years ago
1

regex_nox_ddc_V3

Python
nlp
Submitted by guif - 2 years ago
1

regex_ddc_V4

Python
nlp
Submitted by guif - 2 years ago

List of one or more email, comma-separated

1

Regular Expression
PCRE (PHP <7.3)

/
^(?:[\w\d\.]+@[\w\d\.]+\s*,\s*)*(?:[\w\d\.]+@[\w\d\.]+)?$
/
gm

Description

Loading markdown...
Submitted by igorsantos07 - 7 years ago