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 6,500 community submitted regex patterns...
0
Markdown code block
ECMAScript (JavaScript)
^({3}.\n\r?^{3})
Submitted by
anonymous
-
4 years ago
0
Capital Social-
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
matching for expression
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Url
ECMAScript (JavaScript)
Url minus Protocol
Submitted by
Website
-
4 years ago
-1
Any combo of space and dash
ECMAScript (JavaScript)
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
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
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
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
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
-1
Slug
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
1
...
190
191
192
193
194
...
325
Dart relative import
-1
Regular Expression
Java 8
"
import
\s
+
[
'
\"
]
(?!
package:
)
(?<importPath>
.
*
?
)
[
'
\"
]
"
gmi
Open regex in editor
Description
find dart relative import path
Submitted by
sagarpanchal
-
a year ago