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 18,000 community submitted regex patterns...
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
virsh list parser
Python
no description available
Submitted by
anonymous
-
4 years ago
0
virsh dommemstat parser
Python
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
0
Kanguru RegEx
PCRE (PHP <7.3)
Contoh pencarian RegEx untuk kata "kanguru".
Submitted by
anonymous
-
4 years ago
0
Tak & Tidak RegEx
PCRE (PHP <7.3)
Contoh pencarian RegEx untuk kata "tak" dan "tidak".
Submitted by
anonymous
-
4 years ago
1
...
707
708
709
710
711
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(
[
1
-
9
]
[
0
-
9
]
*
[
eE
]
[
1
-
9
]
[
0
-
9
]
*
|
(
(
[
1
-
9
]
[
0
-
9
]
*
\.
)
|
(
\.
[
0
-
9
]
+
)
)
(
[
0
-
9
]
*
)?
(
[
eE
]
[
\-\+
]
?
[
1
-
9
]
[
0
-
9
]
*
)?
)
/
mg
Open regex in editor
Description
no description available
Submitted by
anonymous
-
4 years ago