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
Read tasks from a RakeFile
PCRE (PHP <7.3)
no description available
Submitted by
Caleb Foster
-
9 years ago
1
replace directive with iife
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
Module Name
PCRE (PHP <7.3)
Starts with Alphabet but may contains numbers and underscore _
Submitted by
vCillusion
-
9 years ago
1
File extensie
PCRE (PHP <7.3)
Zoekt naar de punt vóór de extensie en geeft alle tekst terug tot aan het einde v/d string.
Submitted by
anonymous
-
9 years ago
1
To Be Or Not To Be
ECMAScript (JavaScript)
no description available
Submitted by
DawnBridge
-
9 years ago
1
find id
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
youtube video id
ECMAScript (JavaScript)
any format, check domain to make sure it's a youtube url
Submitted by
Mantish
-
9 years ago
1
Simplistic email
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
Pega senha entre query Mysql
PCRE (PHP <7.3)
Recupera senha de queryMysql
Submitted by
Michael
-
9 years ago
1
j
PCRE (PHP <7.3)
h
Submitted by
anonymous
-
9 years ago
1
LG G3
ECMAScript (JavaScript)
LG G3 Device identifier:LG-D855, LG-D851, LG-D850, VS985 4G, LGLS990, LGUS990, LG-D852
Submitted by
guy sandler
-
9 years ago
1
extract url from text
PCRE (PHP <7.3)
no description available
Submitted by
captain haddock
-
9 years ago
1
jjjj
PCRE (PHP <7.3)
GP \(Slim) . " .&,()-+_#* Line # & Relay/
Submitted by
anonymous
-
9 years ago
1
Business Console
PCRE (PHP <7.3)
no description available
Submitted by
Raghunath Chilkuru
-
9 years ago
1
Validate number in format: +xxxxxxxxxxx
PCRE (PHP <7.3)
Used for number validation in input forms, when number is required to be in international format. You can adjust the required number length by adjusting this part of regex: {6,10}. The bigged the second number, the longer number will pass the match.
Submitted by
Donatas Stončius - donatas@stoncius.lt
-
9 years ago
1
what3words
PCRE (PHP <7.3)
This pattern check three words with a dot separator betwwern words. It use unicode; It is not yest compatible with javascript
Submitted by
tsamaya
-
9 years ago
1
Simple email splitter
PCRE (PHP <7.3)
Split the email and get the user and domain.
Submitted by
Matías Pizarro González
-
9 years ago
1
Bar Number
ECMAScript (JavaScript)
Length of 5 or 7. if 7, it should start with 20.
Submitted by
Chris Roe
-
9 years ago
1
Product model extractor
Python
Extracts a model ID from a product title
Submitted by
Aleksandr Glyzov <aleksandr.glyzov@yandex.ru>
-
9 years ago
1
...
91
92
93
94
95
...
900
Community Library Entry
1
Regular Expression
ECMAScript (JavaScript)
/
var
.
*
?
Scope
.
*
?
=
[
\s\S
]
*
?
{
(
[
\s\S
]
*
?
)
};
[
\s\S
]
*
?
var
.
*
?
Directive
.
*
?
=
[
\s\S
]
*
?
{
(
[
\s\S
]
*
?
)
};
[
\s\S
]
*
?
encModule
.
directive
\(
[
'"
]
(
.
*
?
)
[
'"
]
[
\s\S
]
*
/
Open regex in editor
Description
no description available
Submitted by
anonymous
-
9 years ago