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
Match EMail
PCRE2 (PHP >=7.3)
This regular expression matches emails, params: EMail name: only latin, numbers, spec chars like line or dots. EMail domain: any characters, after dot should be minimum 2 letters. Look for examples how it will be matched in edit
Submitted by
Anonymous
-
7 months ago
1
validacion_email
Python
validar email con final @nter.es
Submitted by
anonymous
-
6 months ago
1
email address
Python
email address
Submitted by
anonymous
-
3 months ago
1
URL matching
Python
Matches URLs in texts. Forked from https://regex101.com/r/cX0pJ8/1 , then removed matching emails
Submitted by
anonymous
-
3 months ago
1
Email validation regex
ECMAScript (JavaScript)
Compliant with RFC 5322
Submitted by
valentinllpz
-
2 months ago
1
dumb email
Python
it is a naive email regex
Submitted by
anonymous
-
14 days ago
1
Universal HTML <input type="email"... requirement pattern
ECMAScript (JavaScript)
This regex is a universal pattern used for the HTML input tag with type="email". Dont use type="email" as the pattern does not work with it. For the pattern to work correctly, use type="text" with inputmode="email" if you want to display the desired keyboard on mobile screens.
Submitted by
kiko
-
10 hours ago
-1
email
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
12 years ago
-2
email
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
12 years ago
0
unicode email sanitising
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
12 years ago
0
easy Email Detection
PCRE (PHP <7.3)
easy Email Detection
Submitted by
Max Mustermann
-
11 years ago
0
urls and emails
PCRE (PHP <7.3)
no description available
Submitted by
Matthew O'Riordan
-
11 years ago
0
List of EmailAddresses
ECMAScript (JavaScript)
List of EmailAddresses optionally allowing with personal i.e. "Personal Name "
Submitted by
anonymous
-
10 years ago
-2
Email Validation
Python
Full email validation with optional "." "-" "_"
Submitted by
Jakub Stasiak
-
10 years ago
0
email validation
Python
no description available
Submitted by
Yerko Palma
-
10 years ago
0
Email parser, also distorted forms
Python
Parses email, also distorted ones, and convert them back to the real ones. It can recognize at maximum two dots notations, just add '.\5' at the end of the substitution string. Inspirated by dislick's work: https://regex101.com/r/wB7xJ7/1
Submitted by
fine_dust
-
10 years ago
0
Registration Email Address
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
0
Email verification
PCRE (PHP <7.3)
no description available
Submitted by
SonnY
-
10 years ago
0
Validador Email
ECMAScript (JavaScript)
Só aceita emails que comecem com letras ou números, tenha de 0 a 32 caracteres, letras, números, ponto ou hífen, antes do @
Submitted by
Gustavo Américo (GAG)
-
10 years ago
0
Email ID-Full Validation
ECMAScript (JavaScript)
This Regx has full validation of a standard email ID
Submitted by
Eric Abraham
-
10 years ago
1
...
11
12
13
14
15
...
30