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
Coordinates Validation
PCRE2 (PHP >=7.3)
This is for validating coordinates
Submitted by
anonymous
-
4 years ago
0
Port range validation
PCRE2 (PHP >=7.3)
Regex to match tcp/udp port and range. Comma can be used as delimiter
Submitted by
anonymous
-
4 years ago
0
phone nomber simple validation
ECMAScript (JavaScript)
format 12345678 123456789 1234567890
Submitted by
anonymous
-
4 years ago
0
upload file name validations
ECMAScript (JavaScript)
upload file name validations
Submitted by
Arumugam
-
4 years ago
0
MongoDB Object ID validation
PCRE2 (PHP >=7.3)
24 character hex string matching MongoDB Object ID format
Submitted by
anonymous
-
4 years ago
0
ISO 8601 date time validation
PCRE2 (PHP >=7.3)
Ref: https://rgxdb.com/r/526K7G5W
Submitted by
anonymous
-
4 years ago
0
Email Validation Regex
PCRE2 (PHP >=7.3)
To validate email.
Submitted by
anonymous
-
4 years ago
0
DS validation - overspecced
PCRE2 (PHP >=7.3)
This was, I think built to detect a comma separated decimal. But ended up with a capture group on the decimal part. Don't ask me why.
Submitted by
Russ Ferriday - after DS
-
4 years ago
0
^(?=.*\d)(?=.*[a-z])(?=.*[A-Z])[0-9a-zA-Z]{8,}$
PCRE2 (PHP >=7.3)
password validation
Submitted by
anonymous
-
4 years ago
0
Phone Number Validation Tester
ECMAScript (JavaScript)
Testing international phone numbers
Submitted by
Richmond
-
4 years ago
0
SPO URL Validation
ECMAScript (JavaScript)
Validates SharePoint Online URLs starter regex. This regex has not been tested heavily but it's a good starting point.
Submitted by
tbali
-
4 years ago
0
URL validation regexp
PCRE2 (PHP >=7.3)
Regexp to check URL validity and extract subparts. Allows HTTP / HTTPs / sFTP / FTP / FTPs protocols Allows HTTP / FTP authentication included in URL Allows internal domain names Allow non default port protols...
Submitted by
Damien Cuvillier
-
4 years ago
0
Password Validation
Python
8 char 1 special char 1 number char 1 lower char 1 upper char
Submitted by
you
-
4 years ago
(Last modified 4 years ago)
0
Telegram profile url validation
PCRE (PHP <7.3)
see testing
Submitted by
anonymous
-
4 years ago
0
Telegram joinchat url validation
PCRE (PHP <7.3)
see testing
Submitted by
anonymous
-
4 years ago
0
Password Valiadtion
PCRE2 (PHP >=7.3)
This is password validation regular expression in javascript
Submitted by
anonymous
-
4 years ago
0
Phone of 10 and 11 digits
PCRE2 (PHP >=7.3)
Phone validation
Submitted by
anonymous
-
4 years ago
0
DTM Validation
PCRE2 (PHP >=7.3)
DTM Validation
Submitted by
Mike Cheel
-
4 years ago
0
Validate email
PCRE2 (PHP >=7.3)
Regex for email validation
Submitted by
anonymous
-
4 years ago
0
Danish CPR number validation
PCRE (PHP <7.3)
CPR number is presented with or without a dash
Submitted by
anonymous
-
4 years ago
1
...
20
21
22
23
24
...
26