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...
2
Почти идеальный фильтр матов
PCRE (PHP <7.3)
Поиск матов в тексте
Submitted by
anonymous
-
4 years ago
0
nfvo-cli frame
Python
no description available
Submitted by
anonymous
-
4 years ago
0
kjb .
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
fghs
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Catch Salesforce id duplication exception
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Match string literals and any other character outside string
PCRE (PHP <7.3)
This Regular expression is applicable to all string literals. If we want to match character outside those strings, then just need to add that character in rest of the groups.
Submitted by
anonymous
-
4 years ago
0
NumberOnlyDate_regex
Python
YYYYMMDD YYYY-MM-DD YYYY.MM.DD YYYY/MM/DD YYYY-M-D YYYY.M.D...
Submitted by
anonymous
-
4 years ago
1
Extract Dirty `href` Values in HTML
PCRE (PHP <7.3)
Even though using a delimiter within a string, without escaping it, is an illegal character, sometimes this still happens and we need to extract a HTML value.
Submitted by
Sean O'Mahoney
-
4 years ago
2
IpAddress
Python
Ensure the ip address format is correct
Submitted by
aaa
-
4 years ago
1
USD regex
PCRE (PHP <7.3)
Regex to match USD currency in a text
Submitted by
anonymous
-
4 years ago
1
IpAddress
ECMAScript (JavaScript)
Ensure the ip address format is correct
Submitted by
aaa
-
4 years ago
1
^(?:\d+[a-z]|[a-z])(?:\^\d+)(?:[\+|\-])(?:\d+[a-z])(?:[\+|\-])(?:\d+\=\d+)
Golang
for quadratic equations ||ax^2+bx+c=d||
Submitted by
anonymous
-
4 years ago
1
phones
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
WIN Logs aus JSON
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
First Name or Last Name
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
1
Credit card
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Prueba 1
Python
Pruebas iniciales
Submitted by
anonymous
-
4 years ago
1
Identifier
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Kabelmax house_number splitting
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
名字称呼 匹配
Python
no description available
Submitted by
anonymous
-
4 years ago
1
...
253
254
255
256
257
...
902
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
\D
Vide
[
[a
-
zA
-
Z
]
:{
\d
*
}]
/
g
Open regex in editor
Description
classic custom video tag cleaner
Submitted by
ogan keskiner
-
8 years ago