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 11,880 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
YouTube Video ID Selection
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-16 17:33
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
codigos_mipres
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-16 21:31
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Find file name in list of files read with "rb" (as bytes)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-17 00:33
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Grade
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-19 09:58
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Duplicate tier test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-17 13:50
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Kentekens
PCRE (PHP <7.3)
https://regex101.com/r/JA7gRt/5
Submitted by
anonymous
-
4 years ago
2019-09-17 14:46
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
French License Plate / Plaque Immatriculation en France
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-18 10:38
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Adding empty column in tabular text data
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-18 14:00
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Repeated Year to single
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-19 06:58
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Twemoji Replace Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-19 08:01
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
pitch
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-19 15:20
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Find Direct Calls to DevExpress Libraries
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-19 13:05
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Cut off after dash expression
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-19 17:46
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Match hex values with transparency
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-20 17:26
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Search for text NOT including the given string
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-20 00:11
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Negative rsearch
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-20 00:13
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Search for execute-function
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-20 08:30
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Float number splitter
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-21 14:14
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
In :&-
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-21 19:48
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
NUWM Schedule Students
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-22 23:29
1
...
529
530
531
532
533
534
535
...
594
Golang Docker matcher
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
Golang
`
(?P<Registry>
[
a
-
z0
-
9
\-
.
]
+
\.
[
a
-
z0
-
9
\-
]
+
:
?
[
0
-
9
]
*
)?
/
?
(
(?P<Name>
[
a
-
zA
-
Z0
-
9-_
]
+
?
)
|
(?P<UserName>
[
a
-
zA
-
Z0
-
9-_
]
+
?
)
/
(?P<ImageName>
[
a
-
zA
-
Z-_
]
+
?
)
)
(
:
(?P<Tag>
[
a
-
zA
-
Z0
-
9-_
\\
.
]
+
?
)
|)
$
`
gm
Open regex in editor
Description
Loading markdown...
Submitted by
Roman Minebaev
-
2 years ago
2022-04-28 18:42