Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Donate
Info
Regex Editor
Community Patterns
Account
Regex Quiz
Settings
Order By
Most Recent
Most upvotes
Most downvotes
Highest Score
Lowest Score
Relevance
Filter by Flavor
PCRE2 (PHP >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python
Golang
Java 8
.NET 7.0 (C#)
Rust
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 600 community submitted regex patterns...
1
Simple phone or email
ECMAScript (JavaScript)
True if user input mobile phone or email
Submitted by
jiller
-
11 years ago
1
MY RFC 5322 implementation
ECMAScript (JavaScript)
My RFC 5322 implementation for email validation with few limitation on top level domain name
Submitted by
DevJustWantHaveFun
-
11 years ago
1
match any email address in list
PCRE (PHP <7.3)
no description available
Submitted by
cloneman
-
11 years ago
1
Email validation
PCRE (PHP <7.3)
because everything else is too strict
Submitted by
anonymous
-
11 years ago
1
Extract email client inserted reply line "On <DATE>, <SENDER> wrote:"
PCRE (PHP <7.3)
Email clients insert the "sender wrote" line to email replies.
Submitted by
Vlad Burca
-
11 years ago
1
Email Check
PCRE (PHP <7.3)
Verify an email is OK
Submitted by
Will
-
10 years ago
1
Email address validator
PCRE (PHP <7.3)
Validates most email addresses. Using the range [A-Za-z0-9] at the beginning instead of \w means an address cannot begin with an underscore. This range is also used to exclude underscores from the domain (part after @).
Submitted by
Owen Howard
-
10 years ago
1
Email
ECMAScript (JavaScript)
Supports new top level domains, such as .plumbers .blackfriday
Submitted by
Glutnix
-
10 years ago
1
very basic email regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
10 years ago
1
postfix
Python
get ip identifier, queue name, email domain and status from postfix log
Submitted by
kglod
-
10 years ago
1
Email with groups
ECMAScript (JavaScript)
Groups for: Whole email user domain Matches valid emails with numbers, chars, dots and dashes, domains with extensions of 2 or 3 letters.
Submitted by
Ruben Paz
-
10 years ago
1
Liberal Email Address
ECMAScript (JavaScript)
Very simple & basic. More forgiving, less stringent. Allows anything which looks reasonably valid. Allows one at-symbol. Requires a two part hostname (i.e. abc@localhost is not allowed)
Submitted by
billinghamj
-
10 years ago
1
Email regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
jQuery Validation Email Regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
10 years ago
1
massive email
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
Recherche email
PCRE (PHP <7.3)
Recherche un email
Submitted by
G Morelle
-
10 years ago
1
Mail With Groups
ECMAScript (JavaScript)
Matches email with groups for username and domain.
Submitted by
anonymous
-
10 years ago
1
catch or match URL or URI
PCRE (PHP <7.3)
any more? tell me by email.
Submitted by
CSnowstar(997596@gmail.com)
-
10 years ago
1
Address email
ECMAScript (JavaScript)
no description available
Submitted by
JS
-
10 years ago
1
email check
PCRE (PHP <7.3)
checks the email string for valid
Submitted by
harimambura
-
10 years ago
1
...
17
18
19
20
21
...
30