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 12,860 community submitted regex patterns...
0
Microsites
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Accented / Diacritics
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
rodne cislo
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
SQLA example
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
XML Parser
PCRE (PHP <7.3)
This is just for fun, clearly a terrible idea.
Submitted by
anonymous
-
4 years ago
0
Date or empty
PCRE (PHP <7.3)
Matches either date in 1111-11-11 format or empty string
Submitted by
anonymous
-
4 years ago
0
The outlier's number
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
NLP_1
PCRE (PHP <7.3)
Initial attempts to use regex for NLP
Submitted by
anonymous
-
4 years ago
0
email-simple
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
start
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
dates
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
ACI Patient Name from Medical Record
PCRE (PHP <7.3)
ADDRESSKeller, Brian Gets last and first name without getting "ADDRESS"
Submitted by
anonymous
-
4 years ago
0
Convert CSS to JSON
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Overdraftlog*.log
PCRE (PHP <7.3)
overdraftlog-20201005122521.748.log
Submitted by
anonymous
-
4 years ago
0
99
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Validate WKT Polygon
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Zippyshare
PCRE (PHP <7.3)
Filter links from zippyshare
Submitted by
anonymous
-
4 years ago
0
Email
PCRE (PHP <7.3)
This is to find email
Submitted by
anonymous
-
4 years ago
0
Split testing URLs
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
WKT LineString
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
...
282
283
284
285
286
...
643
Community Library Entry
0
Regular Expression
Python
r"
(
[
a
-
zA
-
Z
]
+
)
(?:
,
)?
"
mg
Open regex in editor
Description
ESPEC
Submitted by
Ian Cole
-
a year ago