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
提取网页图片
ECMAScript (JavaScript)
假若你想提取网页中所有图片信息,可以利用下面的表达式。
Submitted by
anonymous
-
7 years ago
0
抽取注释
ECMAScript (JavaScript)
如果你需要移除HMTL中的注释,可以使用如下的表达式。
Submitted by
anonymous
-
7 years ago
0
匹配HTML标签
ECMAScript (JavaScript)
通过下面的表达式可以匹配出HTML中的标签属性。
Submitted by
anonymous
-
7 years ago
0
aurora
PCRE (PHP <7.3)
pagination regex.
Submitted by
anonymous
-
7 years ago
0
interfaces
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
service_instances
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
C# Region killer
PCRE (PHP <7.3)
This regex matches properly spaced C# region statements, and can be used to remove them in an existing codebase.
Submitted by
Jax
-
7 years ago
0
C# Region killer
PCRE (PHP <7.3)
This regex matches properly spaced C# region statements, and can be used to remove them in an existing codebase.
Submitted by
Jax
-
7 years ago
0
TAB Text Splitter
PCRE (PHP <7.3)
Splits text with TABS into separate Capture zones.
Submitted by
anonymous
-
7 years ago
0
TAB £ symbol searching from the end
PCRE (PHP <7.3)
TAB £ symbol searching from the end
Submitted by
anonymous
-
7 years ago
0
VLAN_SUBINTERFACE
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
aHex color
ECMAScript (JavaScript)
no description available
Submitted by
@hachesilva
-
7 years ago
0
Test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Time regex HH:MM:SS
PCRE (PHP <7.3)
no description available
Submitted by
Panagiotis Plevrakis
-
7 years ago
0
Customer
Golang
no description available
Submitted by
anonymous
-
7 years ago
0
First name last name reversal
PCRE (PHP <7.3)
Format name listing by putting last name first
Submitted by
Panagiotis Plevrakis
-
7 years ago
0
Email
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
USD
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Array-like string
ECMAScript (JavaScript)
Matches strings that are formatted as arrays. The following will match: [ 3.4, -600, foo ] ["foo","bar"] [ bar, 1600 ]...
Submitted by
Chris Swithinbank
-
7 years ago
0
image cid
Golang
no description available
Submitted by
anonymous
-
7 years ago
1
...
101
102
103
104
105
...
900
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
(
(
[
1
-
9
]
{0,1}
[
0
-
9
]
{0,2}
|
2
[
0
-
4
]
[
0
-
9
]
|
25
[
0
-
5
]
)
\.
){3}
(
[
1
-
9
]
{0,1}
[
0
-
9
]
{0,2}
|
2
[
0
-
4
]
[
0
-
9
]
|
25
[
0
-
5
]
)
\/
(
[
1
-
2
]
[
0
-
9
]
|
3
[
0
-
1
]
)
/
Open regex in editor
Description
no description available
Submitted by
anonymous
-
9 years ago