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 5,860 community submitted regex patterns...
0
Simple measurement amount and unit
Golang
no description available
Submitted by
anonymous
-
5 years ago
0
nm-caret-inc-main
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Remove text between parentheses
Python
no description available
Submitted by
anonymous
-
5 years ago
0
UUID & GUID 36 char matcher (short)
ECMAScript (JavaScript)
case-insensitive
Submitted by
anonymous
-
5 years ago
0
Persian Phone Number
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
nm-absent-present
Python
no description available
Submitted by
anonymous
-
5 years ago
0
nm-test-main
Python
no description available
Submitted by
anonymous
-
5 years ago
0
h_spring-present-absent
Python
no description available
Submitted by
anonymous
-
5 years ago
1
Python Float Verification
Python
no description available
Submitted by
anonymous
-
5 years ago
0
PIN Number Validation
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
regex_for_copper_filenames
Python
no description available
Submitted by
anonymous
-
5 years ago
0
C characters
Python
no description available
Submitted by
anonymous
-
5 years ago
0
C scientific notation
Python
no description available
Submitted by
anonymous
-
5 years ago
0
code
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
code
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
kk
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
kk
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
transaction amount
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
1
IPv4 private CIDR range RFC1918
Golang
Validates that you provide a CIDR in one of the following valid ranges. 0.0.0 – 127.255.255.255 127.0.0.0/8 0.0.0 – 10.255.255.255 10.0.0.0/8 16.0.0 – 172. 31.255.255 172.16.0.0/12 192.168.0.0 – 192.168.255.255 192.168.0.0/16...
Submitted by
David Stockton
-
5 years ago
0
Hashtags with russians symbols
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
1
...
123
124
125
126
127
...
293
Community Library Entry
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
-
11 years ago