Regular
Expressions
101
Please wait while the app is loading...
Please enable JavaScript to use this web application.
Regular
Expressions
101
@regex101
Donate
Sponsor
Contact
Bug Reports & Feedback
Wiki
What's new?
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Regex Library
Regex Library
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Order By
Most Recent
Most Points
Fewest Points
Filter by Flavor
PCRE2
PCRE
ECMAScript
Python
Golang
Java
.NET
Sponsors
All your environment variables, in one place
Library entries
Search library
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
dotnet
Youtube Video Id
Matches the video Id in Youtube URL.
Submitted by
CW
-
a day ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
dotnet
Wikipedia ISO 4217 (Currency Codes) table to C# enum
This converts the values in this) table to C# code. Example: pulic enum Iso4217 { /* output here */...
Submitted by
Diemaco
-
6 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
dotnet
for killerswim
a
Submitted by
anonymous
-
7 days ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
string substitution in bash behaving differently from PCRE(PHP<7.3>
question about bash not returning expected results, the same result as this saved regex returns here
Submitted by
anonymous
-
10 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
strip host port
removes port number from URL
Submitted by
pc
-
11 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
Martch Letras y Parentesis
Martch Letras y Parentesis
Submitted by
Daniel Gonzalez
-
11 days ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
java
AWS Web Service Regions
Data classification on AWS Web Services specifically the URL connections you seen on the applications
Submitted by
loganmcampbell
-
12 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
Proxy Matcher
Validate 1-223.0-255.0-255.0-255:1-65535
Submitted by
dev.tntd2k2
-
14 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
dotnet
Replace namespaces in xpath with local-name
Replace namespaces in xpath with local-name
Submitted by
pvlzh
-
14 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
latlonlatlon
gg
Submitted by
anonymous
-
15 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
Riedler's 2nd URL regex
why did I make this?
Submitted by
Riedler
-
22 days ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
ENEL T5 Mono
T
Submitted by
anonymous
-
a month ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
dotnet
Phrase enclosed case insensitive
Match everything enclosed, say, a phrase, with case insensitive.
Submitted by
kosalanuwan
-
a month ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
all instagram regex
(?:https?:\/\/)?(?:www.)?instagram.com\/?([a-zA-Z0-9\.\\-]+)?\/([p]+)?([reel]+)?([tv]+)?([stories]+)?\/([a-zA-Z0-9\-\\.]+)\/?([0-9]+)?
Submitted by
threedot
-
a month ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
domain name with subdomains
should match any domain with one or more subdomains
Submitted by
Igor Tiulkanov
-
a month ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
dotnet
date time validation
Validation of the date of time, taking into account the high year in the format date.ToString("yyMMdd-hh_mm_ss").
Submitted by
Oleksii Serikov (alex@neochrom.biz)
-
a month ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
SUPPL REGEX
Regex to get only information in the SUPPL subdirectory
Submitted by
O'Connor
-
a month ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
Example 1.1: Pet Name
Example used in slide 39
Submitted by
anonymous
-
a month ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
java
Türkiye Araç Plaka Regexi - Türkiye Car Plate Regex
Gist link for Java : https://gist.github.com/Gencturk-m/9962ce1e1dcf4dd9307062e34b023183 Aşağıdaki yapıdaki plakaları kabul eder: "01-81 X 9999", "01-81 X 99999"...
Submitted by
Melih Gençtürk - https://github.com/gencturk-m
-
a month ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
test everything
hello
Submitted by
anonymous
-
a month ago
1
2
3
4
...
478
tas-branch-validation
Vote
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
Regular Expression
java
"
^
(?<branchType>
hotfix
|
feature
|
maint
)
\/
(?<tasMaMi>
(?:
0
|
[
1
-
9
]
\d
*
)
\.
(?:
0
|
[
1
-
9
]
\d
*
)
(?<isTest>
-test
)?
)
\/
(?<branchName>
[
\w
\-\.
\d
]
{1,30}
)
$
"
gm
Open regex in editor
Description
Loading markdown...
Submitted by
doron-hafner
- 3 months ago