Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Social
Join the Discord community!
Follow me on twitter!
Send me an email
Donate
Donate
Donate through Paypal
Become a Github Sponsor
Info
Info
Find out what's new!
RegEx101 Wiki
Report bugs or make suggestions
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Community Patterns
Community Patterns
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Get help on Discord
Get help on IRC
Order By
Most Recent
Highest Score
Lowest Score
Most upvotes
Most downvotes
Filter by Flavor
PCRE2 (PHP >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python
Golang
Java 8
.NET (C#)
Rust
Sponsors
Community Patterns
Search among 3,760 community submitted regex patterns...
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
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
-
7 years ago
2016-04-21 11:15
1
2 upvotes, 1 downvotes (score 20.8%) (You must be signed in to vote)
email bunch
ECMAScript (JavaScript)
to check email bunch with commas
Submitted by
jaswant singh
-
7 years ago
2016-04-21 06:35
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
US Phone Numbers 2
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
2016-04-20 16:02
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
us phone numbers 1
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
2016-04-20 15:57
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
email validation
ECMAScript (JavaScript)
checks that the mail is valid
Submitted by
amine.hallili@gmail.com
-
7 years ago
2016-04-20 13:10
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
DevExpress AutoFilter: Keyword
ECMAScript (JavaScript)
Identify if string contains filter keyword
Submitted by
lina
-
7 years ago
2016-04-20 09:04
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
DD-MM-YYYY
ECMAScript (JavaScript)
Any date that as a valid month, a valid date and a year composed of 4 numbers. You can change the '-' caracter to any divider you want.
Submitted by
anonymous
-
7 years ago
2016-04-19 21:31
0
1 upvotes, 1 downvotes (score 9.5%) (You must be signed in to vote)
DD-MM-YYYY
ECMAScript (JavaScript)
Any date that as a valid month, a valid date and a year composed of 4 numbers. You can change the '-' caracter to any divider you want.
Submitted by
anonymous
-
7 years ago
2016-04-19 21:31
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
dd/mm/yyyy inc. LeapYears
ECMAScript (JavaScript)
1900 - 2015. Useful for Birthdates
Submitted by
ChrisAbra
-
7 years ago
2016-04-19 12:16
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Cisco Mac address regex
ECMAScript (JavaScript)
just a a simple match for a mac address
Submitted by
celtic
-
7 years ago
2016-04-19 09:08
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
2001-9999
ECMAScript (JavaScript)
2001-9999
Submitted by
anonymous
-
7 years ago
2016-04-19 08:51
3
5 upvotes, 2 downvotes (score 35.9%) (You must be signed in to vote)
IPv4 validation
ECMAScript (JavaScript)
validate an IP v4
Submitted by
harimambura
-
7 years ago
2016-04-19 00:12
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Format phone number
ECMAScript (JavaScript)
no description available
Submitted by
andreasonny83
-
7 years ago
2016-04-18 08:27
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
lesson 1
ECMAScript (JavaScript)
no description available
Submitted by
Anmol
-
7 years ago
2016-04-16 05:20
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Stateless functional component matching
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
2016-04-15 21:55
1
7 upvotes, 6 downvotes (score 29.1%) (You must be signed in to vote)
Full Name
ECMAScript (JavaScript)
cheking full name e.g. Mathias d'Arras Martin Luther King, Jr. Hector Sausage-Hausen
Submitted by
Aymen
-
7 years ago
2016-04-15 04:03
0
1 upvotes, 1 downvotes (score 9.5%) (You must be signed in to vote)
Firstname Lastname(double)
ECMAScript (JavaScript)
Example: ANDA IVANOVA-KRIVONOGOVA
Submitted by
KSrGEAR
-
7 years ago
2016-04-14 15:38
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
fieldOrderNumber
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
2016-04-14 13:36
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Keep mutliple consective attributes
ECMAScript (JavaScript)
This regex keeps multiple attributes of given HTML tag. Given that required attributes are consective (in any order) and following the tag name.
Submitted by
Ahmad Ahsan
-
7 years ago
2016-04-14 06:35
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Email.Regular.Yasin1364
ECMAScript (JavaScript)
Email Regular Expression from YASIN1364 Simple and easy for Use.
Submitted by
YASIN1364
-
7 years ago
2016-04-13 18:48
1
...
140
141
142
143
144
145
146
...
188
check trailing slash domain
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Regular Expression
ECMAScript (JavaScript)
/
^
https
?
:
\/\/
[^
\/
]
+
$
/
i
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
8 years ago
2016-03-23 14:35