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,040 community submitted regex patterns...
1
capturing div a or span or etc
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2
Regex tutorial
Java 8
Case insensitive match the whole word betwween \bword\b
Submitted by
anonymous
-
5 years ago
(Last modified a year ago)
1
Role regex ODH Developers
PCRE (PHP <7.3)
Regex to proyect ODH for ROLE -> Developers
Submitted by
anonymous
-
5 years ago
1
Role regex liferay-developer
PCRE (PHP <7.3)
Regex to liferay proyect for Role -> Developer
Submitted by
anonymous
-
5 years ago
1
email capturing
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
each section searched with line breaks still in 2.0 - gets entire section from From
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
day date time
Python
no description available
Submitted by
anonymous
-
5 years ago
1
part 1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
map json
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Multilingual Website finding, information-extractive, regex. VERY USEFUL. NO CREDIT NEEDED
ECMAScript (JavaScript)
Website finder Author: Bryan Hu What does this does This can give you very useful information about the sites this regex extracts. It can extract the main domains of a variety of sites, give you ...
Submitted by
Bryan Hu
-
5 years ago
0
Starts with and Ends with
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
String to Number
ECMAScript (JavaScript)
String to Number
Submitted by
anonymous
-
5 years ago
0
VALUE_UNIT
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Merchant Whitelist
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Merchant Whitelist
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
every section but the last, but at least all parcels
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
each section searched with line breaks still in
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
TYPO3 Log
PCRE (PHP <7.3)
Parse the TYPO3 logfile into components, like Sun, 28 Jun 2020 03:41:30 +0200 [WARNING] request="387b66f92c909" component="TYPO3.CMS.Frontend.Controller.TypoScriptFrontendController": $TSFE->set_no_cache() was triggered. Reason: config.no_cache is set. Caching is disabled! If you use td-agent to ...
Submitted by
Bodo Eichstädt
-
5 years ago
0
non greedy sections
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
non greedy sections
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
...
307
308
309
310
311
...
902
Community Library Entry
1
Regular Expression
Python
r"
(?<=
\b
Sent:
\t
)
(
\w
*
)
(
,
)
(
\w
*
\d
*
,
\d
*
)
(
)
(
\d
*
:
\d
*
\D\D
)
"
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
5 years ago