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 3,440 community submitted regex patterns...
1
one decimal validation
ECMAScript (JavaScript)
this regular expression allow numbers with one number from 1 to 5 and only one decimal value Onlys accept numeric values from 1.0 to 5
Submitted by
anonymous
-
9 years ago
1
Cartão de cidadão / BI
ECMAScript (JavaScript)
no description available
Submitted by
David Serrano
-
9 years ago
1
10 digits
ECMAScript (JavaScript)
10 digits
Submitted by
anonymous
-
9 years ago
1
UID
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
Group of Consonants 3 or more
ECMAScript (JavaScript)
Look for a group of consonants with 3 or more in succession.
Submitted by
Jeff Tomlinson, Prime Data
-
9 years ago
1
MM-DD-YYYY - Javascript Date with some validation
ECMAScript (JavaScript)
This is a regular expression for date in javascript. It validates the month between 01-12 (double digits only). It validates the day between 01-31 (double digits only). And enforces 4 digit year (no validation for range).
Submitted by
Andrew Leonenko
-
9 years ago
1
DB2 Nodes Line Check
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
DB2 Nodes improved
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
Oracle Stored Procedure Name Validator
ECMAScript (JavaScript)
Validates valid Oracle Stored Procedure names
Submitted by
anonymous
-
9 years ago
1
latest
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
js console.log(wahtever) finder
ECMAScript (JavaScript)
should find any console.log(wahtever with or without - simple or double - quote
Submitted by
denis florkin
-
9 years ago
1
pathname comes to article
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
java
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
TimeSpan
ECMAScript (JavaScript)
Timespan validator for DDD:HH:MM which takes required minimum 1 minute
Submitted by
Abhiraj
-
9 years ago
1
Integral
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
Laughing detector
ECMAScript (JavaScript)
Detects "hahaha"
Submitted by
anonymous
-
9 years ago
1
Validate Phone
ECMAScript (JavaScript)
Validate Phone numbers with separators and areas with 3 digit
Submitted by
Elioth Rivera
-
9 years ago
1
sdfgedgesrgere
ECMAScript (JavaScript)
czfb
Submitted by
rtqetqetrqert
-
9 years ago
1
redirect to https and non www
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
US Ham Radio licenses
ECMAScript (JavaScript)
no description available
Submitted by
Joshua Carroll
-
9 years ago
1
...
113
114
115
116
117
...
172
Community Library Entry
10
Regular Expression
Python
r"
{
(
[^
{}
]
*
)
\|
album}
"
Open regex in editor
Description
no description available
Submitted by
anonymous
-
9 years ago