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
url(./2.png)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
local(url)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
import router from '@system.router1'
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Qua mon
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
микрараон
PCRE (PHP <7.3)
Регураное выражения парсинга микрорайона
Submitted by
anonymous
-
6 years ago
0
Common and useful regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Toast Create Case response 101018
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
regex_2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
regex_1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
buffer 1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
int err
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
l4.2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
l4.1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
kthpppp
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Dũng test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
IP Address Check 01
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Basic IP Address Check
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Online Judge D306
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Whisky Years
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
miguel
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
1
...
491
492
493
494
495
...
900
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
^
[
\w
\-\.
]
+
@
(
[
\w
-
]
+
\.
)+
[
\w
-
]
{2,}
$
/
gm
Open regex in editor
Description
Email validator.
Submitted by
anonymous
-
2 years ago