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,740 community submitted regex patterns...
0
Binding Regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Get commit parameters
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
2018-11-12
ECMAScript (JavaScript)
for grouping orders and information parsing
Submitted by
anonymous
-
6 years ago
0
Email Validation (minus some corner cases)
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
multicast regex
ECMAScript (JavaScript)
(22[5-9]|23[0-9])\.(25[0-5]|20-4|10-9|[1-9]?[2-9])\.0\.0
Submitted by
anonymous
-
6 years ago
0
regexurl2
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Email - Consecutive Special Characters
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
aprs
Golang
no description available
Submitted by
anonymous
-
6 years ago
0
Unitel RegEx
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Movicel RegEx
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Check number in calculator
ECMAScript (JavaScript)
Check number in calculator
Submitted by
anonymous
-
6 years ago
0
Action Rec
Golang
no description available
Submitted by
anonymous
-
6 years ago
0
match first hex not 00 except line number
ECMAScript (JavaScript)
匹配第一个非00的十六进制数(排除行号)
Submitted by
anonymous
-
6 years ago
0
Trim repeating characters at start and end
ECMAScript (JavaScript)
Trim repeating characters at start and end, e.g. "//strip me$$" becomes "/strip me$"
Submitted by
anonymous
-
6 years ago
0
Parse openreader urls
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
VBA Create collection from list
ECMAScript (JavaScript)
Creates a variable of type Collection and adds listed items to it
Submitted by
anonymous
-
6 years ago
0
Rosti original
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Email Regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
email
ECMAScript (JavaScript)
save at 2018.11.25
Submitted by
anonymous
-
6 years ago
0
Sprawdzanie kodów pod zamówienia 12 i 13 znaków
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
1
...
113
114
115
116
117
...
187
Community Library Entry
-2
Regular Expression
Python
r"
(?:
[^
"
\\
]
|
(?:
\\\\
|
\\
"
)+
)
(
"
)
"
gmi
Open regex in editor
Description
no description available
Submitted by
anonymous
-
9 years ago