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
c without comments for valid c code
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
word boundary position
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
1
matching numbers
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
1
matching phone numbers
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
1
Replacing markup link to html
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
1
C# Variable Signature
Python
Used for extracting information from doxygen. Handles: modifiers type, with generics name...
Submitted by
anonymous
-
4 years ago
1
Image tags
PCRE (PHP <7.3)
Extract image tags from a HTML code
Submitted by
anonymous
-
4 years ago
1
words in same sentence (also not consecutive)
ECMAScript (JavaScript)
La regex individua più parole, anche non consecutive, presenti nella stessa frase (non separate da un punto). Affinata per la gestione dell'attribuzione del flag cantina dell'importer.
Submitted by
anonymous
-
4 years ago
1
s3_date_select
Python
no description available
Submitted by
anonymous
-
4 years ago
1
Remove leading zero from addresses
Python
Used to clean address data for simulation.
Submitted by
anonymous
-
4 years ago
1
email validation
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
1
Add EnumMember
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Years before 1990
PCRE (PHP <7.3)
Match titles of all films produced before 1990.
Submitted by
anonymous
-
4 years ago
1
Amazon Resource Name (ARN) pattern with a named group for each component
Python
A pattern to parse Amazon Web Services ARNs into their varying components: Partition Service Region AccountID...
Submitted by
Arnoud
-
4 years ago
1
Parse parts of fail2ban log
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Repeated words
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
1
REGEX SLIP PA
PCRE (PHP <7.3)
Le os slips de supermercado do Pão de Açúcar
Submitted by
anonymous
-
4 years ago
1
REGEX SLIP PA
PCRE (PHP <7.3)
Le os slips de supermercado do Pão de Açúcar
Submitted by
anonymous
-
4 years ago
1
filenamewhitlist
Python
no description available
Submitted by
anonymous
-
4 years ago
1
Test2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
...
771
772
773
774
775
...
900
Community Library Entry
1
Regular Expression
ECMAScript (JavaScript)
/
(
\d
+
)
d
|
\s
+
|
(
\d
+
)
h
|
\s
+
|
(
\d
+
)
m
/
gi
Open regex in editor
Description
Duration string in dhm format. Supported Values 20d 8h 30m 20d 8h 30m 20d 8h 8h 30m 20d 30m
Submitted by
nehakadam
-
9 years ago