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,040 community submitted regex patterns...
0
find and replace groups
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
复杂正则
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Automatically removes any CSS property that doesn't affect the border, background, color, or shadow
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Match Year Month Day onto file name
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
fint account
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
phone
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Match serial number with word
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
H tags
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Date
PCRE (PHP <7.3)
Matches any date with a shortened month. Example 1: Oct. 20, 2010 Example 2: Sep 10, 2020
Submitted by
anonymous
-
4 years ago
0
omzettingstabel1
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Blend FLow Filter
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Ignore string not = 16 chars
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
日期
ECMAScript (JavaScript)
可用于b站弹幕屏蔽
Submitted by
anonymous
-
4 years ago
0
Row
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
p with a
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
p tags no a
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Hee haw
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
nama produk di tokopedia
Python
no description available
Submitted by
3xploiton3
-
4 years ago
0
Removes useless semicolons.
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Java variables
PCRE2 (PHP >=7.3)
Java variables declaration
Submitted by
mkruglikov
-
4 years ago
1
...
731
732
733
734
735
...
902
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
<
(
\w\d
)
>
(?:
<br
\/
>
)?
(?:
<
[
pP
]
>
)?
<
\w\s
?
\w
+
[
=
]
?
"
(
[
\w
;
\s
&dåäö.,()
-
:
]
+
)
">
(?:
<
\/
\w
>
)?
<
\w
+
>
(
[
\w
;
\s
&dåäö.,()
-
:
]
+
)
<
\/
\w
+
>
(?:
<
\/
\w
>
)?
<
\/
\w\d
>
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
4 years ago