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 12,060 community submitted regex patterns...
0
matrículas
PCRE (PHP <7.3)
Expressões regulares para extrair matrículas presentes em documentos do Diário Oficial da União DODF. Contexto: projeto KnEDLe
Submitted by
Leonardo Maffei da Silva
-
5 years ago
0
Get domain or filename from link
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
NUTS Expression 1
PCRE (PHP <7.3)
NUTS Expression parsing: Outer function name and args detection
Submitted by
anonymous
-
5 years ago
0
VAT label
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
YouTube ID and timestamp extraction
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
DB2 to Oracle - CURRENT DATE
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
DB2 to Oracle - CURRENT TIME
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
check password complexity
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
not static GS::(..)LogLine
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
unsescape phishing regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
regex to format
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
find text in quotes
PCRE (PHP <7.3)
find text in quotes
Submitted by
anonymous
-
5 years ago
0
Regex per parsing log netmonitor
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
find html attribute
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
S02_Theo_ESA2_3a_Alex1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
security
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
S02_Theo_ESA2_3a_Ferdi_korrekt
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Java-Paket matchen
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
...
466
467
468
469
470
...
603
Community Library Entry
4
Regular Expression
PCRE (PHP <7.3)
/
(
^
|
\s
)
(?!
\b
(?:
basic
|
studio
|
asp
|
v
[
bs
]
|
c
\#
)
\.
net
)
(
\w
+
)
(?:
\.
co
\.
[
a
-
z
]
{2}
|
\.
[
a
-
z
]
{2,6}
)
\b
/
gi
Open regex in editor
Description
no description available
Submitted by
anonymous
-
12 years ago