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
jdimg
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
有什么好玩的3
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
有什么好玩的3
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
介绍1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
介绍2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
介绍3
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
有什么好吃的1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
regex for mobile number
PCRE (PHP <7.3)
this regex can accept only Indian mobile number that satisfy following +919876543212 919876543212 9876543212 this regex also test that number must be start with 9 or 8 or 7
Submitted by
anonymous
-
5 years ago
0
haproxy timing n/n/n/n/n
PCRE (PHP <7.3)
pattern per i logs di haproxy da pattern tipo n/n/n/n/n (HTTP)
Submitted by
anonymous
-
5 years ago
0
???
PCRE (PHP <7.3)
match a '' string/an empty string
Submitted by
anonymous
-
5 years ago
0
???
PCRE (PHP <7.3)
match 4 positions
Submitted by
anonymous
-
5 years ago
0
(R|B|C)(g|p)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
(R|B|C)(g|p)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Farmaline - Wanted strings to SQL
PCRE (PHP <7.3)
Note to escape % characters beforehand.
Submitted by
anonymous
-
5 years ago
0
???
PCRE (PHP <7.3)
match qu
Submitted by
anonymous
-
5 years ago
0
(R|B|C)(g|p)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
ICS_JP_MeshNames
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
ICS_HR_MeshNames
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
ICS_HU_MeshNames
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
S16_MeshNames2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
...
586
587
588
589
590
...
900
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
(?<=
[
;|,:
]
|
^
)
(
[
A
-
Z
\.\-
a
-
z1
-
9
]
+
@
[
A
-
Za
-
z1
-
9
]
+
?
\.
[
A
-
Za
-
z1
-
9
\.
]
+
?
)
(?=
[
;|,:
]
|
$
)
/
gm
Open regex in editor
Description
Select emails from a string
Submitted by
anonymous
-
2 years ago