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
Relevance
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 520 community submitted regex patterns...
0
IPv4 validation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Date Validation - Including Leap Year (m/d/yyyy)
PCRE (PHP <7.3)
This regex validates all dates between 1/1/1900 and 12/31/2099, including leap-year dates. It allows either one or two digit month/date values.
Submitted by
anonymous
-
6 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
-
6 years ago
0
Golang Google UUID Validation
Golang
no description available
Submitted by
anonymous
-
6 years ago
0
accurate Base64 validation
PCRE (PHP <7.3)
Invalid entries still can be interpreted, e.g. encode(0xAB) => qw== however invalid encoding qx== still can be correctly decoded: ...
Submitted by
anonymous
-
6 years ago
0
Password Validation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Email Address Validation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
1200-2299 year validation
PCRE (PHP <7.3)
This regex validates the year 1200-2299.
Submitted by
anonymous
-
6 years ago
0
Website URL Validation
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Password validation 8
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Number and text validation
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Password validation 8 character
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Email Validation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
PIN Number Validation
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
ISO 8601 Datetime Validation
Golang
no description available
Submitted by
anonymous
-
6 years ago
0
phone regex validation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Domain validation regex suitable for user input
Golang
This regexp can be used to validate domain names in Golang. While it cannot enforce the 253 character limit (with optional trailing period not included) that can be easily done with a len(domain) <= 253 check. This can be used as-is in other languages, even with RE2 regex engine. Non-capturing grou...
Submitted by
anonymous
-
5 years ago
0
Email Validation
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
canada postal code validation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
canada postal code validation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
...
20
21
22
23
24
...
26