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
India Mobile No
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
ipattack
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
COF Part
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Email address parser
PCRE (PHP <7.3)
Capture “username”@domaine.com separately
Submitted by
anonymous
-
6 years ago
0
Match custom options
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Match FIXME / TODO
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
get url from sitemap.xml
PCRE (PHP <7.3)
get url's from sitemap.xml
Submitted by
anonymous
-
6 years ago
0
Validating widget script
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Negative lookahead for subdomain
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Therapi Value regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
class btn
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
mail list entry
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
populate_tasks
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
cmd html
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
mail address
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
num tel
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Replace VC Select options
PCRE (PHP <7.3)
fix with comma in value
Submitted by
anonymous
-
6 years ago
0
sql dapper isnull
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
WebMethod
PCRE (PHP <7.3)
WebMethod
Submitted by
anonymous
-
6 years ago
0
Area Code
ECMAScript (JavaScript)
Get area code inside bracket
Submitted by
anonymous
-
6 years ago
1
...
493
494
495
496
497
...
900
Community Library Entry
0
Regular Expression
Python
r"
^
(
[
0
-
9A
-
F
]
{2}
-
){5}
[
0
-
9A
-
F
]
{2}
$
"
gm
Open regex in editor
Description
Checking for MAC address matching in python
Submitted by
dhakavikaskumar
-
2 years ago