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
Input Validation - Stack Overflow
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Email validation regex
PCRE (PHP <7.3)
matches most fully qualified domain addresses with ability to match sub-domains,
Submitted by
anonymous
-
5 years ago
0
US Phone Number validation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
US Phone Number validation
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
email validation
PCRE (PHP <7.3)
valid mails abc@yahoo.com abc-100@yahoo.com abc.100@yahoo.com abc111@abc.com abc-100@abc.net...
Submitted by
anonymous
-
5 years ago
0
UNAL validation mail
ECMAScript (JavaScript)
Validación de correo UNAL Validación del correo de la universidad Nacional mediante el uso de expresiones regulares.
Submitted by
anonymous
-
5 years ago
0
CTS Versioning validation
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
(Last modified 4 years ago)
0
Date Validation - Very Complex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Master Spark URL validation
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Regex japanese characters validation
ECMAScript (JavaScript)
Regex for matching Japanese characters
Submitted by
ruanzx
-
4 years ago
0
Email validation
PCRE2 (PHP >=7.3)
Validate email
Submitted by
anonymous
-
4 years ago
(Last modified 2 years ago)
0
Practice email validation
ECMAScript (JavaScript)
Solves the practice problem from https://www.sitepoint.com/learn-regex/
Submitted by
Nhi Mai-Do
-
4 years ago
0
basic .NET email validation
PCRE2 (PHP >=7.3)
Supposedly 99.99% effective way to capture most potentially-valid email addresses in .NET syntax.
Submitted by
anonymous
-
4 years ago
0
email validation
ECMAScript (JavaScript)
check valid email
Submitted by
anonymous
-
4 years ago
0
Password Validation
PCRE2 (PHP >=7.3)
Validates a password that has 1 lowercase character, 3 uppercase characters, 1 special character, 1 number and the total length of 8 characters. These are minimums of course, it can have more of each.
Submitted by
anonymous
-
4 years ago
0
YouTube Video Validation Expression
PCRE2 (PHP >=7.3)
This expression validates if a string is a YouTube video. Note this will not work for playlists.
Submitted by
anonymous
-
4 years ago
0
YouTube Video Validation Expression
PCRE2 (PHP >=7.3)
This expression validates if a string is a YouTube video. Note this will not work for playlists.
Submitted by
UnrealApex
-
4 years ago
0
MR Title validation
Python
-
Submitted by
alkov
-
4 years ago
0
Us mobile no validation Regex
PCRE2 (PHP >=7.3)
just a us mobile no validator
Submitted by
Naman Shrimali
-
4 years ago
0
password validation
PCRE (PHP <7.3)
(?=.[A-Za-z])(?=.\d)[A-Za-z\d]{8,}
Submitted by
anonymous
-
4 years ago
1
...
21
22
23
24
25
26