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
simple email finder (without +filter)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
ipv4 per line
Python
no description available
Submitted by
anonymous
-
7 years ago
0
ipv6 per line
Python
ipv6 per line
Submitted by
anonymous
-
7 years ago
0
DetalleNoicia
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
DetalleNoicia
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Étude - Atomic Grouping
PCRE (PHP <7.3)
no description available
Submitted by
PHILIPPE Vincent
-
7 years ago
0
Docker Image Tag Parsing
Python
Parses docker image tages into repository, name, and tag
Submitted by
anonymous
-
7 years ago
0
Deeplink without protocol
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
PHPDoc tags extraction
PCRE (PHP <7.3)
Extract descriptions and tags in a PHPDoc comment bloc Some tags are customized for my usage, but can be removed or replaced. /!\ multiline descriptions must be cleaned after capture to remove the spaces and '*' at the start of each line after the first.
Submitted by
olivier.parmentier
-
7 years ago
0
telephone number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
ips da empresa
PCRE (PHP <7.3)
ips da empresa
Submitted by
anonymous
-
7 years ago
0
IPV6 validator
PCRE (PHP <7.3)
no description available
Submitted by
olivier.parmentier
-
7 years ago
0
URL path&query
PCRE (PHP <7.3)
no description available
Submitted by
Rand01ph
-
7 years ago
0
Find . between tags
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Weather
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Guia 1 Parte 5
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Default Nginx Logs
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Check for lat,lng coordinades
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Path Manipulation (Input Validation and Representation, Data Flow)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
1
...
530
531
532
533
534
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
\s
*
<ListInventorySupplyResponse
[
\s\S
]
*
?
>
[
\s\S
]
*
?
<ListInventorySupplyResult
[
\s\S
]
*
?
>
[
\s\S
]
*
?
<MarketplaceId
[
\s\S
]
*
?
>
[
\s\S
]
*
?
<InventorySupplyList
[
\s\S
]
*
?
<ASIN
[
\s\S
]
*
?
>
(
[
\s\S
]
*
?
)
<
\/
ASIN>
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
6 years ago