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 11,300 community submitted regex patterns...
1
last element in list
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
de-obfuscate javascript list
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
not match first string
PCRE (PHP <7.3)
sgsg
Submitted by
ad
-
9 years ago
1
deobfusc js
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Regex Groups
PCRE (PHP <7.3)
Complicated Example changing 2 values in a found string
Submitted by
anonymous
-
9 years ago
1
github user/repo regex
Python
parses user/repo
Submitted by
luckydonald
-
9 years ago
1
catch out a filed repeate more times
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
how to solve this?
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Search Ext.Logger with <debug> tag
PCRE (PHP <7.3)
no description available
Submitted by
Henry Nguyen
-
9 years ago
1
test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
SunlessSea Advanced Parser
PCRE (PHP <7.3)
for [d:] and [q:]
Submitted by
MestreLion
-
9 years ago
1
elabFK
PCRE (PHP <7.3)
solution for matching
Submitted by
FK
-
9 years ago
1
Trim Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Trim Regex
PCRE (PHP <7.3)
no description available
Submitted by
Gabriel R. Sezefredo
-
9 years ago
1
Sunless Sea Game Note
Python
no description available
Submitted by
MestreLion
-
9 years ago
1
nao
PCRE (PHP <7.3)
nao
Submitted by
anonymous
-
9 years ago
1
includes file name - exclude path name - for jpg file
PCRE (PHP <7.3)
no description available
Submitted by
L clarke
-
9 years ago
1
IP4 Address Checker
Python
Allows exaclty 4 groups of digits in the range 0..255 seperated by . characters
Submitted by
Steve (Gadget) Barnes
-
9 years ago
1
Select Only Text Within Tags
PCRE (PHP <7.3)
no description available
Submitted by
SMSVikasK
-
9 years ago
1
Hashtag system
PCRE (PHP <7.3)
no description available
Submitted by
bgrgndz
-
9 years ago
1
...
112
113
114
115
116
...
565
Community Library Entry
0
Regular Expression
Python
r"
^\s
{7}
(
[
-A
]
?
\d
+
)
\s
+
(
(
.
|
\n
)*
?
)
\n^\s
{24}
(
[
A
-
Z
]
{0,2}
\d
{3}
(
\.
\d
+
)?
(
\s
(
\w
+
)
)?
)
"
gm
Open regex in editor
Description
Matches entries in a library catalogue.
Submitted by
anonymous
-
a year ago