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 17,280 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
(ObjectDatabase|GSRoot)Test\.exe
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-17 13:15
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Req1;Req2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-17 17:02
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Macys
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-17 18:52
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Tree Sitter Scope Selector
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-18 05:35
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
PHP Regex to Match Any Flipkart Url
PCRE (PHP <7.3)
Since flipkart.com takes https://www. only or starts directly with flipkart.com. this is a regex to match any flipkart url
Submitted by
anonymous
-
4 years ago
2020-02-18 07:44
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Credit Card Match
PCRE (PHP <7.3)
Global match all credit cards like numbers (obviously no luhn check). Updated for 2020
Submitted by
anonymous
-
4 years ago
2020-02-18 07:45
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
DOI
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-02-18 09:36
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
exemplo aula
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-18 12:17
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
recupere les nombres apres "page/"
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-18 16:45
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
check notion exported markdown: is empty page with links to another markdowns only
PCRE (PHP <7.3)
check notion exported markdown: is empty page with links to another markdowns only
Submitted by
anonymous
-
4 years ago
2020-02-19 11:21
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
finding CAS in german Wiki JSON Salpetersäure
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-19 17:16
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
finding H prhrases in german Wiki JSON Salpetersäure
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-19 17:22
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
finding H Sätze in german Wiki JSON Salpetersäure
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-19 19:06
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
song matching
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-19 21:44
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
jenkins multi-branch pipeline: filter to get named branches AND PR builds
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-19 21:44
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Parse Clockify Duration Strings
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-19 23:54
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
MilestoneQ3
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-02-20 03:49
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
get version Android
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-20 03:52
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
ISO 8601 Datetime Validation
Golang
no description available
Submitted by
anonymous
-
4 years ago
2020-02-20 05:46
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
"""
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-20 07:00
1
...
736
737
738
739
740
741
742
...
864
Date time AM/PM validation
1
2 upvotes, 1 downvotes (score 20.8%) (You must be signed in to vote)
Regular Expression
PCRE (PHP <7.3)
/
^
(
0
?
\d
|
[
1
]
[
0
-
2
]
)
\/
(
0
?
[
1
-
9
]
|
[
0
-
2
]
\d
|
[
3
]
[
0
-
1
]
)
\/
(
\d
{2}
)
(?:
(?:
\s
(
0
?
[
1
-
9
]
|
1
[
012
]
)
\:
(
[
0
-
5
]
\d
)
(?:
\s
(
AM
|
PM
)
)?
)?
)
$
/
gm
Open regex in editor
Description
Loading markdown...
Submitted by
vladimir
-
8 years ago
2015-10-15 11:29