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
HTML TAG Matcher
Python
Match any HTML tags.
Submitted by
anonymous
-
6 years ago
0
domain match
ECMAScript (JavaScript)
no description available
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
-1
Universal parser
PCRE (PHP <7.3)
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
Idea: Substitute contents before match and after match
ECMAScript (JavaScript)
no description available
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
Find DevExpress Assembly References
Golang
no description available
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
BBCode tags strip
ECMAScript (JavaScript)
Removes BBCode tags with any characters provided after = (e.g. attributes). Omits unknown tags.
Submitted by
anonymous
-
6 years ago
0
repeat url regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
1
...
519
520
521
522
523
...
900
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
^\b
[
a
-
z0
-
9
]
(?:
[
-._
]
?
[
a
-
z0
-
9
]
+
)*
\b
@
(?:
[
a
-
z0
-
9
]
(?:
\-
?
[
a
-
z0
-
9
]
+
)*
\.
)+
[
a
-
z
]
{2,}
$
/
i
Open regex in editor
Description
no description available
Submitted by
anonymous
-
6 years ago