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
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
Find environment variables
Python
Hunts for the key and value in environment variables separated by newlines. All keys must be uppercase
Submitted by
anonymous
-
4 years ago
1
PV Webserver
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
AlphaNumeric, 12-15, at least one num and one letter
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Extract CSR from response body containing Certificate Request and Private Key
ECMAScript (JavaScript)
extract csr from response returned by https://csrgenerator.com/
Submitted by
anonymous
-
4 years ago
1
partial regex using K deeks
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
sg aus xports
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Textfield validations
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Medtronic device name mapping
PCRE (PHP <7.3)
Parses data from header of any programmers pdf report from Medtronic.
Submitted by
anonymous
-
4 years ago
1
...
243
244
245
246
247
...
900
Community Library Entry
1
Regular Expression
ECMAScript (JavaScript)
/
^
(
[
2
-
9
]
{1}
)
(
[
0
-
9
]
{2}
)
(
[
\s
.-
]
?
)
(
[
2
-
9
]
{1}
)
(
[
0
-
9
]
{2}
)
(
[
\s
.-
]
?
)
(
[
0
-
9
]
{4}
)
$
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
4 years ago