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,640 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Return error description from custom application log
Python
Returning the error description after 'R' and before '('
Submitted by
anonymous
-
4 years ago
2020-05-11 17:57
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Clockify time entry
ECMAScript (JavaScript)
Clockify time extry grouping in hours, minutes, and seconds.
Submitted by
anonymous
-
4 years ago
2020-05-12 02:18
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Asciidoctor Shortcutes Key-Value Pairs
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-05-12 13:01
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
tst
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-05-12 13:09
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
VAT number
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-05-12 13:13
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
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)
Sample Code
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-05-15 13:59
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)
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)
Lenguajes y automatas I
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 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
-
4 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
-
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 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 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)
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)
Parse list of arguments
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 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
-
4 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
-
4 years ago
2020-05-20 09:34
1
...
246
247
248
249
250
251
252
...
282
lineup.re
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
Python
r"
(
^
[
A
-
Z
]
[
a
-
z
]
[^
\d
:
]
*
$
)
\n
(
\s
+
)?
(
(
(
[
A
-
Za
-
z
,
]
+
)
|
(
.
*
)?
(
\(
\w
+
.
*
\)
)
)
(
\s
+
)?
(
(
-
[
\d
,
]
+
|
[
\d
,
]
+
)
\s
(
\s
+
)?
(
-
[
\d
,
]
+
|
[
\d
,
]
+
)
(
.
*
)?
)
)
"
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
4 years ago
2020-05-29 10:14