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,020 community submitted regex patterns...
0
SO user9371654
Python
https://stackoverflow.com/questions/56074417/how-to-exclude-words-in-regexp
Submitted by
anonymous
-
6 years ago
0
Supersport EPG webgrab
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Live Events M3U webgrab
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Version number (4 parts max) at the end of the string
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
匹配中文
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
手机+座机(支持分机)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Extract GUIDs
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
EntityMetadataRegex
PCRE (PHP <7.3)
(?\w+)\/((?\w+)?)((::(?\d+.\d+)?)?)\/(?\w+)(::((?\d+.\d+)?))?
Submitted by
anonymous
-
6 years ago
0
1
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Applicant ID Check
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Vulgar words
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
PHPMaker attributes xml to array
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
IP_address
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
PasswordRegex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Extract Column Mappings in HANA View
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
<8.44.0.40
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
<74.0.3792.171
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
<66.0.6
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
<32.0.0.171
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
NEM Error Code
PCRE (PHP <7.3)
NEM Error Code. Ex: NEM.ESB.IPAB.400.003
Submitted by
anonymous
-
6 years ago
1
...
438
439
440
441
442
...
901
Community Library Entry
0
Regular Expression
Python
r"
\b
(?:
(?:
[
a
-
f
\d
]
{2}
)
(?:
[
:-
]
|)
){6}
\b
"
ig
Open regex in editor
Description
Simple MAC address match/parsing expression
Submitted by
cwichel
-
2 years ago