Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Social
Join the Discord community!
Follow me on twitter!
Send me an email
Donate
Donate
Donate through Paypal
Become a Github Sponsor
Info
Info
Find out what's new!
RegEx101 Wiki
Report bugs or make suggestions
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Community Patterns
Community Patterns
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Get help on Discord
Get help on IRC
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 (C#)
Rust
Sponsors
Community Patterns
Search among 4,500 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
index_re
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-05-29 05:55
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Cookie mask keywords
Golang
no description available
Submitted by
anonymous
-
4 years ago
2020-05-28 11:40
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
GQL Parser
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-05-26 21:18
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Twitch Link Filter
Python
Filter unauthorized twitch channel links. Its possible to add more allowed channels: (?!minokawa95|minokawa96)
Submitted by
anonymous
-
4 years ago
2020-05-25 00:29
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
ClearQuest Audit Regex
Python
File format for ClearQuest's Audit logs.
Submitted by
anonymous
-
4 years ago
2020-05-24 10:18
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Negative regexp
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-05-23 01:53
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
VAT label
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-05-20 10:48
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
NUTS Expression 3
Python
NUTS Expression: detect kwarg
Submitted by
anonymous
-
4 years ago
2020-05-20 09:35
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
NUTS Expression 2
Python
NUTS Expression: split the args
Submitted by
anonymous
-
4 years ago
2020-05-20 09:34
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
detect assignment x=
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-05-20 01:30
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Übung 4 Aufgabe 6b
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-05-19 16:22
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Übung 4 Aufgabe 6a
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-05-19 16:20
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Übung 4 Aufgabe 4
Python
Finde XML
Submitted by
anonymous
-
4 years ago
2020-05-19 15:08
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Übung 4 Aufgabe 3
Python
URL erkennen
Submitted by
anonymous
-
4 years ago
2020-05-19 13:43
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Using a Non-Capturing Group (regex + python)
Python
Using a Non-capturing Group: regex + python This question was asked on stackoverflow and it appeared that the best way to match the expression will be to use a non-capturing group. [#so-question]: https://stackoverflow.com/questions/61882072/python-regex-findall-function-only-returning-matchings-o...
Submitted by
anonymous
-
4 years ago
2020-05-19 03:30
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
cadence-Virtuoso_Multi_mode_Simulation
Golang
no description available
Submitted by
anonymous
-
4 years ago
2020-05-18 14:37
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
nosh
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-05-17 13:41
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Exclude free emails
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-05-14 13:26
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Our order number
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-05-14 09:19
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
"Buster" keyword recognizer for 'elderly' flow
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-05-14 02:17
1
...
155
156
157
158
159
160
161
...
225
RESERVED
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
Python
r"
(?P<type>
RESERVED
)
(?:
::
)
(?P<desc>
[
\w
#()/
]
*
)
"
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
4 years ago
2020-02-04 19:55