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
get_units_w_or
PCRE (PHP <7.3)
matches units that are not next to 'and' (so matches all units next to 'or')
Submitted by
anonymous
-
4 years ago
1
Multiline Copyright detection anywhere
Python
no description available
Submitted by
anonymous
-
4 years ago
1
Multiline Copyright at beginning
Python
no description available
Submitted by
anonymous
-
4 years ago
1
Tag <p>...</p>
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
H1 Tag <h1>...</h1>
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
H2 Tag <h2>...</h2>
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
H3 Tag <h3>...</h3>
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Title Tag <title>...</title>
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
version and positive/negative lookahead
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Remove width and height from img tag
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
1
Get single math operators and floating point numbers - Js
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
1
Match regex of width inside img
PCRE (PHP <7.3)
Match regex of width inside img, can be used to find width whether it is inside style or not. Only find the first occurence of every img tag Already excluded min/max width
Submitted by
anonymous
-
4 years ago
1
Multiline 2020 Sample Code Copyright/LICENSE Header
Python
no description available
Submitted by
anonymous
-
4 years ago
1
Multiline 2020 DevPubs Header
Python
no description available
Submitted by
anonymous
-
4 years ago
1
Date-time extractor in the form of YYYYMMDDHHMMSS
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
fighsare eeg single hand 5f
Python
no description available
Submitted by
anonymous
-
4 years ago
1
Matching custom Log Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
url without first param
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Monolog Line Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
IPv4 address match
PCRE (PHP <7.3)
as the title says
Submitted by
anonymous
-
4 years ago
1
...
753
754
755
756
757
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
Country:
[
\s
]
+
(
\S
{2}
)
/
i
Open regex in editor
Description
whois find param
Submitted by
anonymous
-
a year ago