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,320 community submitted regex patterns...
0
iTunes Categories
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
TOEIC - remove number, <media>
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
BSN
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Remove file name from path
Python
no description available
Submitted by
anonymous
-
6 years ago
0
HTML TAG Matcher
Python
Match any HTML tags.
Submitted by
anonymous
-
6 years ago
0
Ruckus REGEX
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Appolo
PCRE (PHP <7.3)
fwefwe
Submitted by
anonymous
-
6 years ago
0
Redirections 301
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Appolo
PCRE (PHP <7.3)
Appollo
Submitted by
anonymous
-
6 years ago
0
Оценка удовлетворенности качеством сервиса Компании
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Sabre
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
0201009233
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Rosti upgrade with +
PCRE (PHP <7.3)
Fix of lot being smaller when 6 chars
Submitted by
anonymous
-
6 years ago
0
Search Url Regex
PCRE (PHP <7.3)
Simple Regex recognising a search url
Submitted by
anonymous
-
6 years ago
0
SEO mobile orchestra
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
keyvalue
Python
value part of key=value key='value' key="value" value can have spaces if quoted
Submitted by
anonymous
-
6 years ago
0
match catch block without specified expression
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
BTC Wallet
PCRE (PHP <7.3)
BTC Wallet
Submitted by
anonymous
-
6 years ago
0
repeat url regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
abbreviation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
1
...
113
114
115
116
117
...
566
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