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,120 community submitted regex patterns...
1
Mac-address filtering
PCRE (PHP <7.3)
Trying to capture a mac-address structure
Submitted by
R. van den Hoek
-
9 years ago
1
Recherche email
PCRE (PHP <7.3)
Recherche un email
Submitted by
G Morelle
-
9 years ago
0
symfe - Group with exclusions
PCRE (PHP <7.3)
Select from a pattern a group without some parameters
Submitted by
symfe
-
9 years ago
-3
RegEX for account code starting with 000-
PCRE (PHP <7.3)
no description available
Submitted by
Joe H
-
9 years ago
16
Alphanumeric Regex
PCRE (PHP <7.3)
no description available
Submitted by
Deepan
-
9 years ago
0
purge creo model
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
French telephone number
PCRE (PHP <7.3)
Match french telephones numbers. Allows space, dot and dash between pairs of numbers.
Submitted by
bsymon
-
9 years ago
1
C++ operator overload
PCRE (PHP <7.3)
"Lazy" operator overload regular expression: += and likes are left out because + and like matches anyway.
Submitted by
Guba Dániel Olivér
-
9 years ago
1
Find exact domain name match
PCRE (PHP <7.3)
Find exact domain name match in pipe delimeted string
Submitted by
anonymous
-
9 years ago
1
Two Line Element (TLE) validation
PCRE (PHP <7.3)
no description available
Submitted by
Michael Lodge-Paolini
-
9 years ago
2
Parse "ipconfig /all" output and grab all MAC Adresses
PCRE (PHP <7.3)
Parse "ipconfig /all" output and grab all MAc Adresses.
Submitted by
j0inty
-
9 years ago
1
weather
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Search "smarty" tags
PCRE (PHP <7.3)
Example: Home page | {$site_name|to_small}
Submitted by
Marek Ulwański
-
9 years ago
1
faa
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
massive email
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
Get specific <span> tag
PCRE (PHP <7.3)
Get an specific html tag and return his content
Submitted by
Ivan Milazzotti
-
9 years ago
1
Get specific <p> tag
PCRE (PHP <7.3)
Get an specific tag and return his content
Submitted by
Ivan Milazzotti
-
9 years ago
-2
Get HTML DIV content
PCRE (PHP <7.3)
Get the content of a DIV HTML Tag.
Submitted by
Ivan Milazzotti
-
9 years ago
1
Match numbers with consecutive digits
PCRE (PHP <7.3)
Match numbers with consecutive digits and of length 3.
Submitted by
OnlineCop
-
9 years ago
1
Israel phone number
PCRE (PHP <7.3)
Valiate israel phone number
Submitted by
boevik
-
9 years ago
1
...
563
564
565
566
567
...
606
Community Library Entry
9
Regular Expression
PCRE (PHP <7.3)
/
^
0
(
[
1
-
9
]
{2}
)
(
[
1
-
9
]
{2}
)
(
[
2
-
3
]
{1}
)
(
[
0
-
9
]
{3}
)
(
[
0
-
9
]
{4}
)
$
|
(
[
1
-
9
]
{2}
)
(
[
2
-
3
]
{1}
)
(
[
0
-
9
]
{3}
)
(
[
0
-
9
]
{4}
)
$
/
Open regex in editor
Description
no description available
Submitted by
Marcos Müller
-
10 years ago