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
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
email validation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
URL Validation
PCRE (PHP <7.3)
Simple URL Validation
Submitted by
anonymous
-
9 years ago
1
IP Validation
PCRE (PHP <7.3)
Validate IP v4
Submitted by
anonymous
-
9 years ago
1
email validation
ECMAScript (JavaScript)
email validation
Submitted by
Guti
-
9 years ago
1
Phone number (Russia and all World)
PCRE (PHP <7.3)
Regex for validation phone number
Submitted by
Devil_Chrono
-
9 years ago
1
linter-elixirc
PCRE (PHP <7.3)
Testing of elixirc output for linter-elixirc validation.
Submitted by
Landon Abney
-
9 years ago
1
...
13
14
15
16
17
...
26