Regular Expressions 101

Community Patterns

1

Nomes teste

PCRE (PHP <7.3)
no description available
Submitted by Ale - 8 years ago
1

[\d]*

PCRE (PHP <7.3)
kostix@mail.ru
Submitted by anonymous - 8 years ago

Email Domain Regex

2

Regular Expression
PCRE (PHP <7.3)

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

Description

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