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 7,880 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Password
ECMAScript (JavaScript)
Password should have a Capital letter, a number (may or may not have special char)
Submitted by
stackoverflow
-
6 years ago
2017-08-22 09:36
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
thanks ___ lyrics
Python
no description available
Submitted by
anonymous
-
6 years ago
2017-08-23 00:55
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Angular commit
Golang
no description available
Submitted by
anonymous
-
6 years ago
2017-08-23 13:07
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
HP REGEX
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
2017-08-27 18:58
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Vertices array to graph data for graph algorithms
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
2017-08-27 23:07
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Strip html tags
Python
no description available
Submitted by
anonymous
-
6 years ago
2017-08-29 13:33
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
alt days regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
2017-08-29 17:47
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
only numbers csv
ECMAScript (JavaScript)
regex to match an only numbers csv
Submitted by
anonymous
-
6 years ago
2017-10-05 13:42
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
test altDays
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
2017-08-30 13:00
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
test altDays
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
2017-08-30 13:00
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
MyMaths Tokens
ECMAScript (JavaScript)
no description available
Submitted by
Sriram R
-
5 years ago
2018-08-31 13:41
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
show run parse interfaces (with configs)
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
2017-09-04 22:55
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
jvm core dump grab
Golang
no description available
Submitted by
anonymous
-
6 years ago
2017-09-05 15:44
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Google Sheets Find and Replace
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
2017-09-05 15:53
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Match router ARP table
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
2017-09-08 17:46
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
usa_zip
Python
no description available
Submitted by
anonymous
-
6 years ago
2017-09-10 10:08
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
eQFetchRule for Classification
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
2017-09-13 23:24
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Credit Card Date (MM/YY)
ECMAScript (JavaScript)
Regex for credit card date validation in the format of MM/YY. Forked from: https://stackoverflow.com/questions/20430391/regular-expression-to-match-credit-card-expiration-date
Submitted by
Me
-
6 years ago
2017-09-14 00:52
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Select Base Url without standard ports
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
2017-09-15 11:22
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Select Base Url without standard ports
ECMAScript (JavaScript)
1 Part baseurl (req) 2 Part Port (optional) but not 443 or 80 3 Part /latest (optional) (req)(:opt(!443 or 80))(opt)
Submitted by
anonymous
-
6 years ago
2017-09-15 11:24
1
...
238
239
240
241
242
243
244
...
394
JSON Request
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
Python
r"
(
[^
\s
:,
]
+
)
(?#get
field)
:
[
]
*
(?#get
separator)
(
[^
,
\{\}
\n
\[\]
\s
]
[^
,
\n
]
*
)
(?#get
value)
"
gx
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
6 years ago
2018-01-31 17:39