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 5,740 community submitted regex patterns...
0
GO Docker tag
Golang
no description available
Submitted by
anonymous
-
5 years ago
0
Password Validation
ECMAScript (JavaScript)
Checks that a password has a minimum of 6 characters, at least 1 uppercase letter, 1 lowercase letter, and 1 number with no spaces.
Submitted by
Christian Klemp
-
5 years ago
0
only one space between words
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Box Live
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Box Live
Python
no description available
Submitted by
anonymous
-
5 years ago
0
گرفتن نوع
Python
no description available
Submitted by
anonymous
-
5 years ago
0
گرفتن نوع
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Namespace Declaration
ECMAScript (JavaScript)
like xxx="something" in
Submitted by
anonymous
-
5 years ago
0
2d to in 2 days
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Portugal / Portuguese License Plate (Matrícula - Placa)
ECMAScript (JavaScript)
Regex to recognize Vehicle License Plates in Portugal
Submitted by
anonymous
-
5 years ago
0
URL match with any protocol like http,ftp, etc..
Python
no description available
Submitted by
anonymous
-
5 years ago
0
sportsstreams
Python
no description available
Submitted by
anonymous
-
5 years ago
0
PSMA
Python
PSMA interview code challenge
Submitted by
anonymous
-
5 years ago
0
email address
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
jsgf grammar (namesapce)
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
jsgf header (version, encoding, locale)
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Get string between quotes
ECMAScript (JavaScript)
Gets a string between double or single quotes
Submitted by
anonymous
-
5 years ago
0
Secure Phone Number
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
sexxx & xxx
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Hylobatidae's clade
Python
no description available
Submitted by
anonymous
-
5 years ago
1
...
187
188
189
190
191
...
287
Community Library Entry
0
Regular Expression
Golang
`
^
(
\d
+
(?:
\.
\d
{1,3}
)?
)
`
gm
Open regex in editor
Description
Trying to get digits
Submitted by
Arthur Silva
-
2 years ago