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
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 18,000 community submitted regex patterns...
0
ACPM
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
PRUEBA 1
Python
ZAHO :CMM,:NR=2087:;
Submitted by
anonymous
-
5 years ago
0
ExtractBank
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Verantwortlicher Gem Art
PCRE (PHP <7.3)
Verantwortlicher gemäß Art
Submitted by
anonymous
-
5 years ago
0
select everything in square brackets
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Remove whiteSpace and char
Golang
no description available
Submitted by
anonymous
-
5 years ago
0
Remove everything before first letter
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Nine Manga
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
HDSTREAMS
Python
no description available
Submitted by
anonymous
-
5 years ago
0
my
Golang
no description available
Submitted by
anonymous
-
5 years ago
0
gits
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Validate domain
Python
Validate that the string is a domain name (internationalization supported)
Submitted by
anonymous
-
5 years ago
0
UBoard Regex
PCRE (PHP <7.3)
Response Parsing for UBoard Commands
Submitted by
anonymous
-
5 years ago
0
remove everything before a specific string
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Call-ID
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Start of log message
PCRE (PHP <7.3)
The expresiion detects start of multilane log message.
Submitted by
anonymous
-
5 years ago
0
NM NAV
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
./configure parser
PCRE (PHP <7.3)
output from zsh configure
Submitted by
anonymous
-
5 years ago
0
oomovie part 2
Python
no description available
Submitted by
anonymous
-
5 years ago
1
...
300
301
302
303
304
...
900
Community Library Entry
1
Regular Expression
ECMAScript (JavaScript)
/
^
(
[
a
-
zA
-
Z0
-
9+
-
_.
]
)+
@
(
[
a
-
zA
-
Z0
-
9-.
]
+
)
\.
[
a
-
z.
]
{2,24}
$
/
gm
Open regex in editor
Description
Email validation with support with new TLD up to 24 characters
Submitted by
Alessio Michelini
-
4 years ago
(Last modified 4 years ago)