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
French Phone Number Validation
PCRE (PHP <7.3)
Accept several kind of format, more or less usual. And refuse incorrect formats. Prefix: 0033 / +33 / (0) / 0 Number: collapsed / group by 2 / group by 3 Separator: space / dot / dash
Submitted by
RonanKER
-
7 years ago
0
Validation Password Alphanumeric with special character (optional)
ECMAScript (JavaScript)
Make validation password must alphanumeric but can add special character
Submitted by
anonymous
-
7 years ago
0
French Phone Number
PCRE (PHP <7.3)
French Phone Number Validation. Accept several kind of format, more or less usual. And refuse incorrect formats. Prefix: 0033 / +33 / (0) / 0 Number: collapsed / by 1 / group by 2 / group by 3 Separator: space / dot / dash / hyphen
Submitted by
anonymous
-
7 years ago
0
Domain name validation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Credit Card Number Format Validation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Detect PO Box Matches
ECMAScript (JavaScript)
Detects PO Box matches in address fields. Used to validate if address looks like a PO Box or not. This is needed for validation logic when businesses are not allowed to ship to PO Boxes.
Submitted by
anonymous
-
6 years ago
0
Email validation
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
email validation (RFC 5322)
ECMAScript (JavaScript)
Tries to match RFC 5322 as well as possible
Submitted by
anonymous
-
6 years ago
0
CC Validation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Email validation
Python
no description available
Submitted by
anonymous
-
6 years ago
0
People’s Names / Lastnames (unicode supported, not void, not special characters and not only space first )
PCRE (PHP <7.3)
Regular expression taken from the following tutorial: https://andrewwoods.net/blog/2018/name-validation-regex/ I added the first part of the expression (?!.*[@\.\_\d]) in order to not allow @ . _ and numbers cause I discovered a little weakness on the original expression. Thanks to Andrew Woods
Submitted by
anonymous
-
6 years ago
0
URL Validation
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
India driving License number
PCRE (PHP <7.3)
Indian Driving License number validation
Submitted by
anonymous
-
6 years ago
0
Password validation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
IPv6 validation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
IPv4 validation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Date Validation - Including Leap Year (mm/dd/yyyy)
ECMAScript (JavaScript)
This regex validates all dates between 01/01/1900 and 12/31/2099, including leap-year validation. It follows a mm/dd/yyyy format, and enforces two-digit month/year formats.
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
1
...
16
17
18
19
20
...
26