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
Date Validation - Very Complex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Opinionated email validation
ECMAScript (JavaScript)
opinionated email validation based on https://en.wikipedia.org/wiki/Email_address. i have excluded some email patterns that don't seem to be common
Submitted by
Pavel Dominguez
-
5 years ago
(Last modified 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
Identity Number Format for Turkey
PCRE2 (PHP >=7.3)
This format is just for precheck use. It will not validate completely. If you want for more validation you should call webservices.
Submitted by
mbaysal
-
4 years ago
0
email validation
ECMAScript (JavaScript)
check valid email
Submitted by
anonymous
-
4 years ago
0
Email Validation
PCRE2 (PHP >=7.3)
Writes a regular expression that performs simple email validation An email consists of: username @ domain name Usernames are alphanumeric Domain names consist of two strings, separated by a period Domain names may contain only English letters ...
Submitted by
anonymous
-
4 years ago
0
US Telephone Number validation
ECMAScript (JavaScript)
regex code for US telephone number validation for freecodecamp exercise
Submitted by
Erik @raxsonic
-
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
LinkedInURL Validation
ECMAScript (JavaScript)
It will validate linkedin profile url validation in client side. using javascript
Submitted by
Arumugam, MiPS
-
4 years ago
(Last modified 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
Email Validation Pattern
Java 8
Email Validation Pattern
Submitted by
Aslam Anver
-
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
0
Indian RTO
ECMAScript (JavaScript)
RTO code for validation
Submitted by
Rama
-
4 years ago
1
...
19
20
21
22
23
...
26