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
block-redirect-https://www.arubanetworks.com
Python
^block-redirect-https?://www\.\w+\.\w+$
Submitted by
anonymous
-
5 years ago
1
html tag
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Retailer Regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
1
Retailer Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
index-delete
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Split args
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
ОЗУ
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
replace more empty <p> by one
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
phone numbers to links
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Thai District
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Telephone Thai Number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
partial gtaccesss
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Movements
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Encontrar tags HTML que estejam vazias
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Filename from Ossec lgs
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Car Seat (Nuna) CLP
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Workout Protocol Splitter
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Workout Protocol Identifier
PCRE (PHP <7.3)
Just a regex to identify the various workout protocols. It's very flexible as it can ignore multiple spaces between strings. Group 1: Exercise Order Group 2: Exercise Name Group 3: Protocol
Submitted by
anonymous
-
5 years ago
0
Retirar caracteres como espaço tab line feed and carriage return de fora das tags para que a Reg Exp consiga avaliar múltiplas linhas
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Solamente decimales puntos y comas negativos y positivos
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
...
327
328
329
330
331
...
900
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
^
(?:
(
ds
)
|
ksn-
(?:
a-
(?:
stat
|
p2p
)
|
(?:
file
|
verdict
|
url
|
c
?
info
)
)
-geo
)
\.
kaspersky
(?(1)
|
-labs
)
\.
com
$
/
gmi
Open regex in editor
Description
Match Kaspersky Security Center KSN service domains for exclusion from DNS logs
Submitted by
kernelmustard
-
a year ago