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
text validation
ECMAScript (JavaScript)
allows white spaces, -, Umlaut and ß
Submitted by
anonymous
-
10 years ago
0
PASSWORD VALIDATION (FX8DY0/1)
PCRE (PHP <7.3)
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
Dat.Dao
-
10 years ago
1
email validation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 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
id validation
ECMAScript (JavaScript)
This will catch the id which is an integer and not characters mixed with numbers
Submitted by
noby nirmal
-
9 years ago
0
number
ECMAScript (JavaScript)
This is for the validation of number
Submitted by
Noby nirmal
-
9 years ago
1
Empty Blank String Validator
ECMAScript (JavaScript)
Validation Expression to validate Blank String checks
Submitted by
zaheer
-
9 years ago
0
Domain Name Validation
PCRE (PHP <7.3)
no description available
Submitted by
Vinay
-
9 years ago
1
date validation (yyyy-mm-dd)
Python
no description available
Submitted by
anonymous
-
9 years ago
1
ISO 8601 date formats incl. validation
PCRE (PHP <7.3)
Test for all ISO 8601 date formats and only accept valid dates, e.g. 2016-02-29, but not 2016-02-30 or 2017-02-29.
Submitted by
Christoph Päper (Crissov)
-
9 years ago
0
Strip the Headers from a response where JSON is present
ECMAScript (JavaScript)
HTTP/1.0 404 Not Found Cache-Control: no-cache Content-Type: application/json {"validation_message":'...'} ...
Submitted by
John B.
-
9 years ago
1
email validation
PCRE (PHP <7.3)
if you want to validate user mail
Submitted by
amine.hallili@gmail.com
-
9 years ago
1
email validation
ECMAScript (JavaScript)
checks that the mail is valid
Submitted by
amine.hallili@gmail.com
-
9 years ago
1
Password Security and Validation
PCRE (PHP <7.3)
A password regex that has to have at least 1 uppercase caracter, 1 lowercase caracter, 1 special caracter and a digit
Submitted by
MestreMurai
-
9 years ago
0
Password Security and Validation
PCRE (PHP <7.3)
A password regex that has to have 6 characters at minimum, not spaces allowed, and at least 1 special character, 1 uppercase letter, 1 lowercase letter and a digit
Submitted by
MestreMurai
-
9 years ago
1
Validation for full ISO8601 date and time with timezone
ECMAScript (JavaScript)
The RegExp validates ISO8601 date and time (without milliseconds) with timezone offset.
Submitted by
pioneer32
-
9 years ago
1
...
5
6
7
8
9
...
26