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 9,620 community submitted regex patterns...
1
Test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
us date format
PCRE (PHP <7.3)
us date format
Submitted by
denis
-
9 years ago
1
Alpha then 7 numbers
PCRE (PHP <7.3)
Alpha then 7 numbers
Submitted by
Jeff Cunningham
-
9 years ago
1
RGBA [0;255]
PCRE (PHP <7.3)
Color RGBA in shape : 255, 255, 255, 255 ',' or ';' are accepted
Submitted by
theBlueBisu
-
9 years ago
1
nullDateTime
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
GRS50 weight response
PCRE (PHP <7.3)
Matches the meaningful content of a GRS50 scale's weight notification
Submitted by
Ben Leggiero
-
9 years ago
1
search self capture in block
PCRE (PHP <7.3)
in os development such code caused memory leak, [some do:^(){ self.someProperty = value; }]; let's fixed it.
Submitted by
wangchaojs02
-
9 years ago
1
Pokemon move splitter
PCRE (PHP <7.3)
For splitting up moves from breeding.
Submitted by
anonymous
-
9 years ago
1
a
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Trim to newline
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
02
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Desc
PCRE (PHP <7.3)
match /* @Desc("(.)");
Submitted by
anonymous
-
9 years ago
1
Tel
PCRE (PHP <7.3)
Simple tel regex
Submitted by
anonymous
-
9 years ago
1
nathan
PCRE (PHP <7.3)
no description available
Submitted by
nathan
-
9 years ago
1
SN Matcher
PCRE (PHP <7.3)
^([A-E])([A-C])([0-2])(\d)([0-5])(\d)([B])(\d{6})([A-Z0-9]{2})(\d{3})$
Submitted by
anonymous
-
9 years ago
1
Excluir string en nombre de imagen
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
folio
PCRE (PHP <7.3)
no description available
Submitted by
calvin
-
9 years ago
1
Hook ActionTag Parser
PCRE (PHP <7.3)
Parses @FOO=BAR, @FOO, and @FOO{"JSON":"OBJECT"} to be used in REDCap action tags for passing parameters to functions.
Submitted by
Andrew Martin
-
9 years ago
1
Phone number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
2 dots email
PCRE (PHP <7.3)
Allow only two dots email address, for username.group@domain.tld
Submitted by
Emad Abughali
-
9 years ago
1
...
75
76
77
78
79
...
481
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
^
[
\w
]
{3}
{1,2}
[
\d
]
{1,2}
[
\d
]
{4}
(
[
\d
]
{2}
:
){3}
[
\d
]
{3}
(
AM
|
PM
)
$
/
Open regex in editor
Description
no description available
Submitted by
anonymous
-
10 years ago