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...
0
percent2
ECMAScript (JavaScript)
1-100的整数
Submitted by
anonymous
-
5 years ago
0
num50
ECMAScript (JavaScript)
1-50的整数
Submitted by
anonymous
-
5 years ago
0
num1000
ECMAScript (JavaScript)
1-1000的整数
Submitted by
anonymous
-
5 years ago
0
Validate UUID v4
PCRE (PHP <7.3)
Checks for validity of UUIDv4 using a regular expression.
Submitted by
anonymous
-
5 years ago
0
stop
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
IDS Patent number extract
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
IDS Extract Country Code
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
IPTV Playlist
PCRE (PHP <7.3)
Get parts of an IPTV playlist
Submitted by
anonymous
-
5 years ago
0
Regular expression grammar in escaped quotation form
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
simple compulsory 1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Numbered Lists
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Numbered Paragraphs
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Ips for Cloudformation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
substitute 1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Find a number between two strings.
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
phone number validator
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
反向引用
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
CN detection
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
MineDisc
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Finding match for a expression in a case-insensitive and flexible way
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
...
278
279
280
281
282
...
900
Community Library Entry
0
Regular Expression
Python
r"
gateway=
(
(
\d
{1,3}
(
\.
\d
{1,3}
){3}
,
)*
172
.
17
.
2
.
1
(
,
\d
{1,3}
(
\.
\d
{1,3}
){3}
)*
)
"
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
5 years ago