Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Donate
Info
Regex Editor
Community Patterns
Account
Regex Quiz
Settings
Order By
Most Recent
Most upvotes
Most downvotes
Highest Score
Lowest Score
Filter by Flavor
PCRE2 (PHP >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python
Golang
Java 8
.NET 7.0 (C#)
Rust
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 3,760 community submitted regex patterns...
0
Select Base Url without standard ports
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
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
-
7 years ago
0
eQFetchRule for Classification
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Match router ARP table
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
jvm core dump grab
Golang
no description available
Submitted by
anonymous
-
7 years ago
0
show run parse interfaces (with configs)
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
test altDays
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
test altDays
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
alt days regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Vertices array to graph data for graph algorithms
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
HP REGEX
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Angular commit
Golang
no description available
Submitted by
anonymous
-
7 years ago
0
Password
ECMAScript (JavaScript)
Password should have a Capital letter, a number (may or may not have special char)
Submitted by
stackoverflow
-
7 years ago
0
红胆拖蓝二段
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Match all js/jsx/ts/tsx files except TS definition files
ECMAScript (JavaScript)
Match all js/jsx/ts/tsx files except TS definition files
Submitted by
gabro
-
7 years ago
0
Regex afirmacion español
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Digital Object Identifier (DOI)
ECMAScript (JavaScript)
Based on https://stackoverflow.com/questions/26313315/regex-to-match-doi-in-pdf-with-pypdf2
Submitted by
Tony Adams
-
7 years ago
0
resource
ECMAScript (JavaScript)
Acceptable resources
Submitted by
anonymous
-
7 years ago
0
Windows Hostname Validator
ECMAScript (JavaScript)
Windows Hostname Validator
Submitted by
anonymous
-
7 years ago
0
Validate App Proxy Url
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
1
...
113
114
115
116
117
...
188
Community Library Entry
0
Regular Expression
Rust
r"
\b
(
0x
)?
\p{Hex_Digit}
+
\b
"
g
Open regex in editor
Description
Find hexadecimal numbers using Extended Unicode Support.
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)