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 5,600 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Lenguajes y automatas I
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
3 years ago
2020-05-18 21:36
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Übung 4 Aufgabe 3
Python
URL erkennen
Submitted by
anonymous
-
3 years ago
2020-05-19 13:43
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Übung 4 Aufgabe 4
Python
Finde XML
Submitted by
anonymous
-
3 years ago
2020-05-19 15:08
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
-
3 years ago
2020-05-19 16:20
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
-
3 years ago
2020-05-19 16:22
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
detect assignment x=
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-05-20 01:30
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Parse list of arguments
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
3 years ago
2020-05-20 02:39
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
URL Path (After Port) (Without Asterisk Wildcard)
ECMAScript (JavaScript)
This is a valid URL Path which should be written after Port or Basepath This URL Path doesn't support asterisk wildcard (/) (path). If you want to support asterisk wildcard, just add * in the last matching group. Like this: [A-Za-z0-9*] This implementation was meant for personal use, feel free to...
Submitted by
anonymous
-
3 years ago
2020-05-20 02:47
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
-
3 years ago
2020-05-20 09:34
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
-
3 years ago
2020-05-20 09:35
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
VAT label
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-05-20 10:48
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
General
ECMAScript (JavaScript)
no description available
Submitted by
juan
-
3 years ago
2020-05-20 11:12
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
regex last variable
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
3 years ago
2020-05-20 15:59
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Negative regexp
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-05-23 01:53
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
-
3 years ago
2020-05-24 10: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
-
3 years ago
2020-05-25 00:29
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Identify font-size: 14.5 px
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
3 years ago
2020-05-25 17:39
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Check if inserted at least 3 words
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
3 years ago
2020-05-25 20:37
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
GQL Parser
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-05-26 21:18
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Suche nach mit mehreren Wörtern
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
3 years ago
2020-05-27 12:43
1
...
245
246
247
248
249
250
251
...
280
Outher {} brackets
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Regular Expression
ECMAScript (JavaScript)
/
(
\{
(?:
[^
}{
]
+
|
\{
(?:
[^
}{
]
+
|
\{
[^
}{
]
*
\}
)*
\}
)*
\}
)
/
mg
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
7 years ago
2016-09-21 13:05