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
Highest Score
Lowest Score
Most upvotes
Most downvotes
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 2,900 community submitted regex patterns...
1
Match XML Self-Closing Tags
PCRE2 (PHP >=7.3)
comicdiversity.com
Submitted by
anonymous
-
a month ago
1
Extract Dates in Long Format
PCRE2 (PHP >=7.3)
simplicitylabs.net
Submitted by
anonymous
-
a month ago
1
Extract Phone Numbers (International)
PCRE2 (PHP >=7.3)
spooonful.com
Submitted by
anonymous
-
a month ago
1
Extract HTML Attribute Values
PCRE2 (PHP >=7.3)
statussearch.net
Submitted by
anonymous
-
a month ago
1
Extract Multi-Line Comments (JavaScript)
PCRE2 (PHP >=7.3)
sinceretheory.net
Submitted by
anonymous
-
a month ago
1
Match Phone Numbers with Extensions
PCRE2 (PHP >=7.3)
canitbenews.com
Submitted by
anonymous
-
a month ago
1
Match Lines Starting with Specific Word
PCRE2 (PHP >=7.3)
ecuadorminingnews.com
Submitted by
anonymous
-
a month ago
1
Extract Non-Alphanumeric Characters
PCRE2 (PHP >=7.3)
thebuzzkillers.com
Submitted by
anonymous
-
a month ago
1
Match Recursive Patterns (HTML-like)
PCRE2 (PHP >=7.3)
hackerchat.co
Submitted by
anonymous
-
a month ago
1
Find Number with Units (e.g., 10kg, 5m)
PCRE2 (PHP >=7.3)
ericaleerhsen.net
Submitted by
anonymous
-
a month ago
1
Extract Key-Value Pairs
PCRE2 (PHP >=7.3)
gennexbrands.com
Submitted by
anonymous
-
a month ago
1
Match Balanced Brackets
PCRE2 (PHP >=7.3)
popninjas.com
Submitted by
anonymous
-
a month ago
1
Match Text with Optional Tags
PCRE2 (PHP >=7.3)
thestorrier.com
Submitted by
anonymous
-
a month ago
1
Extract JSON Arrays
PCRE2 (PHP >=7.3)
raceonline2012.org
Submitted by
anonymous
-
a month ago
1
Extract CSV Rows
PCRE2 (PHP >=7.3)
btcmarin.org
Submitted by
anonymous
-
a month ago
1
Match Complex Nested Parentheses
PCRE2 (PHP >=7.3)
selectview.org
Submitted by
anonymous
-
a month ago
1
Match Date and Time (ISO 8601)
PCRE2 (PHP >=7.3)
buzzword101.com
Submitted by
anonymous
-
a month ago
1
Match Floating Point Numbers
PCRE2 (PHP >=7.3)
smartwrap.net
Submitted by
anonymous
-
a month ago
1
Match Currencies with Optional Symbols
PCRE2 (PHP >=7.3)
thewebsbest.net
Submitted by
anonymous
-
a month ago
1
Match US ZIP+4 Codes
PCRE2 (PHP >=7.3)
startupcrunch.org
Submitted by
anonymous
-
a month ago
1
...
134
135
136
137
138
...
145
Path to devices
1
Regular Expression
Python
r"
^
/pp/dc/dc
[
123
]
/h
(
[
1
-
9
]
{1,2}
|
100
)
$
"
gm
Open regex in editor
Description
no description available
Submitted by
Airam
-
10 years ago