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...
1
CPE reboots reasons level 1
ECMAScript (JavaScript)
CPE reboots reasons: parsing level 1
Submitted by
anonymous
-
8 years ago
1
CPE reboots reasons level1
ECMAScript (JavaScript)
CPE reboots reasons level1
Submitted by
nshushkin
-
8 years ago
1
Remove unnecessary spaces after and before parentheses
PCRE (PHP <7.3)
no description available
Submitted by
Tenaz
-
8 years ago
1
6 digit client number
PCRE (PHP <7.3)
6 digit client number
Submitted by
anonymous
-
8 years ago
1
expression 1
PCRE (PHP <7.3)
grab phase/chem formula/chem name/CAS
Submitted by
anonymous
-
8 years ago
1
Search all terms
PCRE (PHP <7.3)
Match the sentence if ALL the mentioned keywords are present
Submitted by
anonymous
-
8 years ago
1
And/Or search of terms in sentences
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
match
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Regex to Match Valid Hex Color Values in CSS
Python
no description available
Submitted by
Prayash Mohapatra
-
8 years ago
1
Float
PCRE (PHP <7.3)
Анализ
Submitted by
anonymous
-
8 years ago
1
ddd
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
id
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
search YYYY-MM-DD
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
video tag
PCRE (PHP <7.3)
classic custom video tag cleaner
Submitted by
ogan keskiner
-
8 years ago
1
Tag Detection
PCRE (PHP <7.3)
Matches items displayed in tag format (CSV with spaces, basically).
Submitted by
Guy Waldman
-
8 years ago
1
match quotes inside tags
ECMAScript (JavaScript)
doesn't work yet
Submitted by
mihai2u
-
8 years ago
1
Get Numbers from an x of z sentence
PCRE (PHP <7.3)
If you have a sentence in a log file like "2 of 4 pictures converted successfully" and you need to know the numbers you can use this regex and use the group variable.
Submitted by
Kai
-
8 years ago
1
Find link-first pages
PCRE (PHP <7.3)
Finds a page where a bracket is the first char on a line not preceeded by a newline
Submitted by
anonymous
-
8 years ago
1
Find link-only pages
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
...
253
254
255
256
257
...
900
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
(
\d
{7,7}
)*
/
Open regex in editor
Description
no description available
Submitted by
anonymous
-
8 years ago