Regular Expressions 101

Community Patterns

4

import url image

Python
import url image
Submitted by bartimeys - 8 years ago

Jeff Test

4

Regular Expression
PCRE (PHP <7.3)

/
^[\w-\+\.\_]+(\.[\w-\+\.\_]+)*@[\w-\+\.\_]+(\.[\w\+\.\_]+)*(\.[A-Za-z]{2,})$
/

Description

Loading markdown...
Submitted by anonymous - 8 years ago