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
Highest Score
Lowest Score
Most upvotes
Most downvotes
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 17,940 community submitted regex patterns...
0
Parse Sprint Name 1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Match either .jpg ot .png or .gif
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
super cool
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
LinuxDirectoryPathValidation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
LinuxFilePathValidation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
KV_base
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
KV_simple
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
KV_simple
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
DEBFileURL validator
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
FileURLValidation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
(Last modified 4 years ago)
0
NS:Task
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Subpath
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
ValidateMagnetLink
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
ValidateIP4Address
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
wip
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
CTS Versioning validation
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
(Last modified 3 years ago)
0
wip
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
floating point integer
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Kontrola hesla
PCRE (PHP <7.3)
Zkontroluje standardní rozložení vč. českých znaků
Submitted by
anonymous
-
4 years ago
0
datePattern convert to short format
PCRE (PHP <7.3)
any number of non-word, 2-4 character Y, and any number of non word
Submitted by
anonymous
-
4 years ago
1
...
725
726
727
728
729
...
897
Email
0
Regular Expression
PCRE2 (PHP >=7.3)
/
^
(?=
.
{10,255}
$
)
(?=
.
{4,64}
@
)
[
A
-
z0
-
9
]
+
(?:
[
.-
]
[
A
-
z0
-
9
]
+
)*
@
[
A
-
z0
-
9
]
+
(?:
[
.-
]
[
A
-
z0
-
9
]
+
)*
\.
[
A
-
z
]
+
$
/
mug
Open regex in editor
Description
no description available
Submitted by
AiAbdrahim
-
4 years ago
(Last modified 4 years ago)