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...
1
Date-Validation with mm/dd/yyyy or mmddyyyy or mm-dd-yyyy or m/d/yyyy
ECMAScript (JavaScript)
Date Validation with leap year handling, & it takes care of date validation in the format like :mm/dd/yyyy or mmddyyyy or mm-dd-yyyy or m/d/yyyy or m-d-yyyy. 12/01/1986 02/29/2016 02/29/2015 13/31/1986...
Submitted by
Ashish
-
10 years ago
1
US Zip Code Validation
ECMAScript (JavaScript)
5 digits and no 0 5/4 times
Submitted by
Ashish
-
10 years ago
1
url validation
PCRE (PHP <7.3)
matches http/https/www or without, also validates encoded
Submitted by
_sss_
-
10 years ago
1
Validations
ECMAScript (JavaScript)
no description available
Submitted by
Shavin Fonseka
-
10 years ago
1
Text validation
PCRE (PHP <7.3)
Two words, each word first letter capital
Submitted by
Phani Rahul Sivalenka
-
10 years ago
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
-
10 years ago
1
Email
PCRE (PHP <7.3)
Regex for generic email (Not validation on ending in .com, .org etc.)
Submitted by
http://www.regular-expressions.info/email.html
-
10 years ago
1
dd/mm/yyyy validation regexp
Python
no description available
Submitted by
uknnown
-
10 years ago
1
Password validation
PCRE (PHP <7.3)
Check if the string has a minimum of 6 characters, at least 1 upper case char, at least 1 lower case char and at least 1 number with no spaces.
Submitted by
Webchef.de
-
10 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
-
10 years ago
1
Basic email validation
PCRE (PHP <7.3)
A basic and rude email validation
Submitted by
Yemolai
-
10 years ago
1
Email ID
ECMAScript (JavaScript)
Full Validation of Email ID
Submitted by
Eric Abraham
-
10 years ago
1
Date time AM/PM validation
PCRE (PHP <7.3)
no description available
Submitted by
vladimir
-
10 years ago
1
magento digits-range validation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
Empty string test
PCRE (PHP <7.3)
Regular for testing empty strings for validation purpose
Submitted by
anonymous
-
10 years ago
1
URL Path Validation
PCRE (PHP <7.3)
Validates an url path that must begin with '/' and not contain special characters or repeated '/' [forward slashes]
Submitted by
rochmit10
-
10 years ago
1
email Validation
PCRE (PHP <7.3)
The email validation for registration
Submitted by
Jian
-
10 years ago
1
CC Validation and Tests
PCRE (PHP <7.3)
no description available
Submitted by
PRPLrs
-
10 years ago
1
Validation
PCRE (PHP <7.3)
no description available
Submitted by
Robin Venneman
-
10 years ago
1
Validation
ECMAScript (JavaScript)
no description available
Submitted by
Robin Venneman
-
10 years ago
1
...
13
14
15
16
17
...
26