Regular Expressions 101

Community Patterns

1

password8s

PCRE (PHP <7.3)
password con 8
Submitted by anonymous - 7 years ago
1

men

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 7 years ago

simple split for email address

1

Regular Expression
ECMAScript (JavaScript)

/
(\S[^\.]*)(\.(\S*))?@(\S*)
/
ig

Description

Loading markdown...
Submitted by art-ist.cc - 7 years ago