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
CC Validation and Tests
PCRE (PHP <7.3)
no description available
Submitted by
PRPLrs
-
10 years ago
0
date validation during input
PCRE (PHP <7.3)
this regex is able to validate a date (format dd.mm.yyyy) in every state of user typing. i use it to ensure that the user isn't able to type in an invalid date at all (except from a leap year check which is done afterwards) The regex also makes assumptions of 'missed' separators so 1234 is captured...
Submitted by
anonymous
-
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
E-mail validation
ECMAScript (JavaScript)
ab@ab
Submitted by
anonymous
-
10 years ago
1
email for .com & .co.in
ECMAScript (JavaScript)
email validation
Submitted by
Chanti
-
10 years ago
1
reges for validation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
Simple date validation
PCRE (PHP <7.3)
Regex validating yyyy-mm-dd or dd-mm-yyyy
Submitted by
anonymous
-
10 years ago
1
A HREF validation
ECMAScript (JavaScript)
Checks for well formed tags. Must include mailto, http or https. Must have quoted href. Other attribues before or after href are accepted. Must be ended with
Submitted by
thedotfactor
-
10 years ago
1
Username Validation
Python
username is 4-32 characters long no _,- or . at the beginning no _ or _. or . or .. or .- or _- inside no _,- or . at the end ^(?=.{4,32}$)(?![.-])(?!.*[.]{2})[a-zA-Z0-9.-]+(?<![.])$...
Submitted by
Rajesh Jayaswal
-
10 years ago
1
JavaScript Percentage Validation
ECMAScript (JavaScript)
no description available
Submitted by
rat
-
10 years ago
1
email validation regex
ECMAScript (JavaScript)
no description available
Submitted by
parul
-
10 years ago
1
Slack auth token validation
PCRE (PHP <7.3)
Validates any Slack auth tokens.
Submitted by
Lemmmy
-
10 years ago
1
simple IPv6 check
ECMAScript (JavaScript)
This performs a non-rigorous validation of IPv6 addresses. Should be used before handing off the value to a better parser/validator.
Submitted by
anonymous
-
10 years ago
1
username validation
Python
no description available
Submitted by
anonymous
-
10 years ago
1
contact email address validation
ECMAScript (JavaScript)
validate contact email clientside in JS
Submitted by
anonymous
-
10 years ago
1
email validation
PCRE (PHP <7.3)
Validate Email in progress
Submitted by
Chanpreet
-
10 years ago
1
password validation
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
10 years ago
1
DMS String Validation
PCRE (PHP <7.3)
no description available
Submitted by
Karsten
-
10 years ago
1
WGS84 Validation
ECMAScript (JavaScript)
RE to validate the format of a WGS84 datum coordinates string.
Submitted by
anonymous
-
10 years ago
1
...
4
5
6
7
8
...
26