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 2,320 community submitted regex patterns...
1
MAC Address
Python
Match mac address with :, -, ., or no dividers.
Submitted by
Brandan Neises
-
3 years ago
1
Match segmented paths with '\' and '/' escaped by '\'
Java 8
Match segmented paths with '\' and '/' escaped by '\'
Submitted by
anonymous
-
3 years ago
1
Flexible Name Matching
Python
Flexible Name Matching This algorithm will match name-formatted strings to a minimum accuracy of 3 correct characters per value. Firstname Lastname ...
Submitted by
Gabriel Gagnon
-
3 years ago
1
MBI Format
Java 8
Medicare Beneficiary Identifier (MBI) Format https://www.cms.gov/medicare/new-medicare-card/understanding-the-mbi-with-format.pdf
Submitted by
Chee Cheng
-
3 years ago
(Last modified 3 years ago)
1
regex_prix_DAB_V2
Python
nlp
Submitted by
guif
-
3 years ago
1
regex_ddc_V3
Python
nlp
Submitted by
guif
-
3 years ago
1
regex_nox_ddc_V3
Python
nlp
Submitted by
guif
-
3 years ago
1
regex_ddc_V4
Python
nlp
Submitted by
guif
-
3 years ago
1
regex_ddc_V5
Python
nlp
Submitted by
guif
-
3 years ago
1
regex_nok_ddc_V5
Python
nlp
Submitted by
guif
-
3 years ago
1
css attribute validation
Java 8
css attribute validation
Submitted by
arnab
-
3 years ago
1
entrance_fee (test apostrophe)
Python
bla
Submitted by
guib
-
3 years ago
1
find pattern in filename product name, version, build and extension
Python
find pattern in filename product name, version, build and extension
Submitted by
rsim
-
3 years ago
1
email google/microsoft like
Python
email google/microsoft like
Submitted by
Maxime Paris
-
3 years ago
(Last modified 3 years ago)
1
H265 excluding 10 Bit
Python
Used in Radarr for a custom H265 format but excluding 10 Bit because my TV doesn't support it
Submitted by
ScottM
-
3 years ago
1
标点
Java 8
匹配大部分标点
Submitted by
anonymous
-
3 years ago
1
Números de telefones brasileiros
Python
Permite filtrar e capturar telefones brasileiros seguindo o modelo: Código internacional (+55) caso fornecido DDD (XX) Telefone fixo (XXXX-XXXX) ou telefone móvel com ou sem o "9" inicial (9XXXX-XXXX)
Submitted by
https://github.com/leonsp95
-
3 years ago
1
sfdgvsdgdfg
Java 8
dgfdgdf
Submitted by
anonymous
-
3 years ago
1
phone
Python
This regex is decision phone number
Submitted by
anonymous
-
3 years ago
1
Test end
Python
Test end
Submitted by
anonymous
-
3 years ago
1
...
104
105
106
107
108
...
116
Community Library Entry
8
Regular Expression
Python
r"
^
(
http
[
s
]
?
:
)+
\/\/
(
[^
:
\/
\s
]
+
)
(
[^
#?
\s
]
+
)
\?
(
[^
#
]
*
)?
(
#
.
*
)?
$
"
i
Open regex in editor
Description
This is simplified from my last submission.
Submitted by
Dale O'Brien
-
10 years ago