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,160 community submitted regex patterns...
0
nosh
Python
no description available
Submitted by
anonymous
-
4 years ago
0
cadence-Virtuoso_Multi_mode_Simulation
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
Übung 4 Aufgabe 3
Python
URL erkennen
Submitted by
anonymous
-
4 years ago
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
1
...
123
124
125
126
127
...
258
Additional
0
Regular Expression
PCRE (PHP <7.3)
/
^
(
(?:
[
A
-
Za
-
z0
-
9+
]
+
)
(?:
[
._-
]
{1}
[
A
-
Za
-
z
]
+
)*
)
(
[
._-
]
{1}
(?:
[
+
-
_
\d
A
-
Za
-
z.
]
*
)*
)*
$
/
gm
Open regex in editor
Description
Splitting Additionalname in Basename and Specification
Submitted by
JK
-
a year ago
(Last modified a year ago)