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
Highest Score
Lowest Score
Most upvotes
Most downvotes
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 5,920 community submitted regex patterns...
0
ecfr_guid
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Match string not containing a string
ECMAScript (JavaScript)
Match every string that does not contain "user/m"
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
From error to end of line
ECMAScript (JavaScript)
no description available
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
Arlamas externas Ericsson
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Drupal cid from URL
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Первая строка
ECMAScript (JavaScript)
Выделение первой строки комментария MODBUS таблицы
Submitted by
anonymous
-
4 years ago
0
Match the {{arg}} symbol in HTML string
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
UNAL validation mail
ECMAScript (JavaScript)
Validación de correo UNAL Validación del correo de la universidad Nacional mediante el uso de expresiones regulares.
Submitted by
anonymous
-
4 years ago
0
Nokia_inventario
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Time 1 [0-9]{1,2}:[0-9][0-9]\s*[aApP]\.*[mM]\.* 07:30 a.m.
ECMAScript (JavaScript)
[0-9]{1,2}:0-9\s[aApP]\.[mM]\.*
Submitted by
anonymous
-
4 years ago
0
Date and Time 1 [0-9]{1,2}:[0-9][0-9]\s*[aApP]\.*[mM]\.* 07:30 a.m.
ECMAScript (JavaScript)
[0-9]{1,2}:0-9\s[aApP]\.[mM]\.*
Submitted by
anonymous
-
4 years ago
0
Date 1 (Mapei)
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Captura de URLs
Python
captura los diferentes tipos de URLs de protocolo HTTP
Submitted by
anonymous
-
4 years ago
0
ecm uri
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
sentence1
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
match ***
Golang
no description available
Submitted by
anonymous
-
4 years ago
1
...
121
122
123
124
125
...
296
example
-2
Regular Expression
Python
r"
[
a
-
g'r
]
+
(
\d
+
)
"
Open regex in editor
Description
match
Submitted by
anonymous
-
10 years ago