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
Highest Score
Lowest Score
Most upvotes
Most downvotes
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 11,420 community submitted regex patterns...
0
Email Validation RFC-2822
PCRE (PHP <7.3)
Email Validation regex for RFC-2822
Submitted by
mminighin
-
7 years ago
0
Longitude Regex
PCRE (PHP <7.3)
no description available
Submitted by
Katrina Theodosopoulos
-
7 years ago
0
Latitude Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Lat, long regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
CharacterCount
PCRE (PHP <7.3)
Contains between 6 and 20 characters
Submitted by
anonymous
-
7 years ago
0
Password Validation
PCRE (PHP <7.3)
At least 6 chars with 1 upper/lower case letter and 1 special char
Submitted by
anonymous
-
7 years ago
0
FP-Address Regex v3
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Select in-between excluding edges
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Dangerous Dogs - Lat and Long
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Gordon post find and replace
PCRE (PHP <7.3)
no description available
Submitted by
Kevin McKernan
-
7 years ago
0
lunchgfz IPP extract week number year
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Address Extraction GIS
Python
no description available
Submitted by
anonymous
-
7 years ago
0
исключить
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Does not contain
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
GHDC PMDET
PCRE (PHP <7.3)
no description available
Submitted by
Corilus
-
7 years ago
0
Extract max-width / min-width from CSS media query
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
altos
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Phone Number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
beforeAugustC4
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
ignore log spaces
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
1
...
109
110
111
112
113
...
571
IPv4 extraction
1
Regular Expression
Python
r"
(
(
25
[
0
-
5
]
|
2
[
0
-
4
]
[
0
-
9
]
|
[
01
]
?
[
0
-
9
]
[
0
-
9
]
?
)
\.
){3}
(
25
[
0
-
5
]
|
2
[
0
-
4
]
[
0
-
9
]
|
[
01
]
?
[
0
-
9
]
[
0
-
9
]
?
)
"
Open regex in editor
Description
no description available
Submitted by
Jacob
-
10 years ago