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...
0
Beijing 2020.06.19
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Semantic version 2.0
PCRE (PHP <7.3)
Semantic version 2.0 recommended regex https://semver.org/#is-there-a-suggested-regular-expression-regex-to-check-a-semver-string
Submitted by
anonymous
-
4 years ago
0
Price
ECMAScript (JavaScript)
tuščias laukas sveikas skaičius 1 arba 2 skaičiai po kablelio / taško pvz. 123 123,5...
Submitted by
anonymous
-
4 years ago
0
ABV
PCRE (PHP <7.3)
du skaitmenys kablelis arba taškas vienas skaitmuo po kablelio min 40, max 69,9 pvz.: 40...
Submitted by
anonymous
-
4 years ago
0
Barcode
ECMAScript (JavaScript)
13 skaitmenų be tarpų pvz.: 5000299298688
Submitted by
anonymous
-
4 years ago
0
Vintage
PCRE (PHP <7.3)
1960-2017 not required
Submitted by
anonymous
-
4 years ago
0
Butterknife Java to Kotlin
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
EXURI
PCRE (PHP <7.3)
no description available
Submitted by
yorha93
-
4 years ago
0
Distilled / Bottled
PCRE (PHP <7.3)
1999 1999-02 1999/02 1999-02-08
Submitted by
anonymous
-
4 years ago
0
2D example
PCRE (PHP <7.3)
Use this expressions to demonstrate the use of 2D barcodes with the "Almacenaje Esbelto" powerpoint show.
Submitted by
anonymous
-
4 years ago
0
Vevo embed
PCRE (PHP <7.3)
Match any Vevo embed link for web project.
Submitted by
anonymous
-
4 years ago
0
YouTube embeb
PCRE (PHP <7.3)
Match any format of YouTube link for YouTube embeds in any web project.
Submitted by
anonymous
-
4 years ago
0
Age
ECMAScript (JavaScript)
Vienas skaitmuo (nuo 3), du skaitmenys (iki 69) pvz.: 3 69
Submitted by
anonymous
-
4 years ago
0
匹配HTML
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
分组与断言
Python
no description available
Submitted by
anonymous
-
4 years ago
0
LinePatern
PCRE (PHP <7.3)
Patern to wycinania poszczególnych wartości z tabeli
Submitted by
anonymous
-
4 years ago
0
Dates_regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Help in splitting paragraphs
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
extract scipts and args from upgrade steps
Python
no description available
Submitted by
anonymous
-
4 years ago
0
subs-vip-registration-email
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
...
683
684
685
686
687
...
900
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
^
ns
\-
\d
{0,4}
\.
awsdns
\-
\d\d
\.
(
org
|
co
\.
uk
|
net
|
com
)
$
/
gm
Open regex in editor
Description
Match Amazon Route53 Name Servers
Submitted by
anonymous
-
2 years ago