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 5,200 community submitted regex patterns...
0
Übung 4 Aufgabe 4
Python
Finde XML
Submitted by
anonymous
-
4 years ago
0
Übung 4 Aufgabe 6a
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Übung 4 Aufgabe 6b
Python
no description available
Submitted by
anonymous
-
4 years ago
0
detect assignment x=
Python
no description available
Submitted by
anonymous
-
4 years ago
0
NUTS Expression 2
Python
NUTS Expression: split the args
Submitted by
anonymous
-
4 years ago
0
NUTS Expression 3
Python
NUTS Expression: detect kwarg
Submitted by
anonymous
-
4 years ago
0
VAT label
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Negative regexp
Python
no description available
Submitted by
anonymous
-
4 years ago
0
ClearQuest Audit Regex
Python
File format for ClearQuest's Audit logs.
Submitted by
anonymous
-
4 years ago
0
Twitch Link Filter
Python
Filter unauthorized twitch channel links. Its possible to add more allowed channels: (?!minokawa95|minokawa96)
Submitted by
anonymous
-
4 years ago
0
GQL Parser
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Cookie mask keywords
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
index_re
Python
no description available
Submitted by
anonymous
-
4 years ago
0
lineup.re
Python
no description available
Submitted by
anonymous
-
4 years ago
0
hours - 12 hours format
Python
no description available
Submitted by
anonymous
-
4 years ago
0
index_capital letter line up
Python
no description available
Submitted by
anonymous
-
4 years ago
0
cf categories find
Python
no description available
Submitted by
anonymous
-
4 years ago
0
US zip code
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Log error code
Python
no description available
Submitted by
anonymous
-
4 years ago
0
adding international code
Python
no description available
Submitted by
anonymous
-
4 years ago
1
...
125
126
127
128
129
...
260
Community Library Entry
-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