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
Comics - Issues
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Match HTML comments
PCRE (PHP <7.3)
no description available
Submitted by
padre629
-
7 years ago
0
Regular expression to match all special characters except
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Date January 5, 2016 Match with Capturing
PCRE (PHP <7.3)
Date January 5, 2016 Match
Submitted by
anonymous
-
7 years ago
0
Amazon order tracking
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Amazon order tracking link extractor from email plain text source
PCRE (PHP <7.3)
no description available
Submitted by
Sandeep Patel
-
7 years ago
0
remove xxxx:nil="true...
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
MQTT path parsing
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
NĂºmero al final de un string...
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
C++ R-String literal
PCRE (PHP <7.3)
Matches a valid C++ R-String literal, e.g. R"==(some literal text)=="
Submitted by
anonymous
-
7 years ago
0
Row without space
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Extract the only the Nth field from a delimited string
PCRE (PHP <7.3)
The aim of this regex is to extract only the Nth field from a delimited string. In the example provided the delimited is the pipe character. You will have to substitute the pipe character for whatever delimiter you are using.
Submitted by
0jag
-
7 years ago
0
Phone - Comprehensive from SO
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Phone - First Try
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Regex to capture any string having all given words
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Credit Card plus ***
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
nadirkitap-sayfabulma
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
nadirkitap-detaybulma
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Glide Elision (revised)
Python
no description available
Submitted by
anonymous
-
7 years ago
0
jira url parse
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
1
...
95
96
97
98
99
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
(
[
3456
]
|
\*
)
(
[
\d\s
]
|
[
*
\s
]
)+
$
/
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
7 years ago