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
C Prototypes
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Match any django block tag that is not a common one
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Match any django block tag that is not a common one
ECMAScript (JavaScript)
\s*(?!(blocktrans|load|extends|trans|endblocktrans|if|endif|include|endblock|block)\b)
Submitted by
anonymous
-
4 years ago
0
pW
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Receiver Version
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
LFG Regexs
PCRE (PHP <7.3)
For region, add in each region manually
Submitted by
anonymous
-
4 years ago
0
From error to end of line
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
17/11 - övning 6
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
17/11 - övning 7
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
övn 7 -17/11 - https://Ihm.se
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Basic URI matching
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
remove mentions and hashtags tweet
PCRE (PHP <7.3)
Remove user mentions and hashtags from the tweet data text
Submitted by
anonymous
-
4 years ago
0
ES6 to ESM part 1
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
ES6 to ESM part 2
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Поиск неточных совпадений 001
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Password validation
PCRE (PHP <7.3)
Regex password validation (Basic)
Submitted by
anonymous
-
4 years ago
0
Youtube link
PCRE (PHP <7.3)
Short or long. Without channel, playlist and any other options
Submitted by
anonymous
-
4 years ago
0
Extraction de la quantité d'unités dans Open Food Facts
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Essai
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Basis - Replace using Capture Groups
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
...
715
716
717
718
719
...
900
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
^
(
[
0
-
9a
-
z-.
]
+
?
)
(
-
[
0
-
9a
-
f
]
{8,10}
)?
$
/
mg
Open regex in editor
Description
matching pod-controller
Submitted by
anonymous
-
3 years ago