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...
1
regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
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 nodes
Python
For finding nodes in the network, here for Aipom.
Submitted by
anonymous
-
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
ghs LS Summary extractor
Python
no description available
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
miri
Python
no description available
Submitted by
anonymous
-
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
Multi word
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Container Number
PCRE (PHP <7.3)
Check ISO 6346 container number. First three chars, unit type, six digits and then one check digit.
Submitted by
Symon Davis
-
9 years ago
1
...
120
121
122
123
124
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
OTHER
REFERENCE:
\s\d
{8}
\D
{4}
\s
(?!
\b
(
SHOPIFY
)
\b
)
\w
+
/
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
7 years ago