Regular
Expressions
101
Please wait while the app is loading...
Please enable JavaScript to use this web application.
Regular
Expressions
101
@regex101
Donate
Sponsor
Contact
Bug Reports & Feedback
Wiki
What's new?
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Regex Library
Regex Library
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Order By
Most Recent
Most Points
Fewest Points
Filter by Flavor
PCRE2
PCRE
ECMAScript
Python
Golang
Java
.NET
Sponsors
All your environment variables, in one place
Library entries
Search library
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Keep mutliple consective attributes
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
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
fieldOrderNumber
no description available
Submitted by
anonymous
-
7 years ago
1
7 upvotes, 6 downvotes (54% like it) (You must be signed in to vote)
javascript
Full Name
cheking full name e.g. Mathias d'Arras Martin Luther King, Jr. Hector Sausage-Hausen
Submitted by
Aymen
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Stateless functional component matching
no description available
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
lesson 1
no description available
Submitted by
Anmol
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Format phone number
no description available
Submitted by
andreasonny83
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
2001-9999
2001-9999
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Cisco Mac address regex
just a a simple match for a mac address
Submitted by
celtic
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
dd/mm/yyyy inc. LeapYears
1900 - 2015. Useful for Birthdates
Submitted by
ChrisAbra
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
DD-MM-YYYY
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
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
DevExpress AutoFilter: Keyword
Identify if string contains filter keyword
Submitted by
lina
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
email validation
checks that the mail is valid
Submitted by
amine.hallili@gmail.com
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
us phone numbers 1
no description available
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
US Phone Numbers 2
no description available
Submitted by
anonymous
-
7 years ago
1
2 upvotes, 1 downvotes (67% like it) (You must be signed in to vote)
javascript
email bunch
to check email bunch with commas
Submitted by
jaswant singh
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Validation for full ISO8601 date and time with timezone
The RegExp validates ISO8601 date and time (without milliseconds) with timezone offset.
Submitted by
pioneer32
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
разбор адресной строки
no description available
Submitted by
Stanislav
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Email validation
complete one email validation regex
Submitted by
amine.hallili@gmail.com
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Regex for rfc
validates the format for the rfc
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Ip address
xxx.xxx.xxx.xxx and xxx.xxx.xxx.xxx/xxx
Submitted by
nehatiwari
-
7 years ago
1
...
211
212
213
214
215
216
217
...
264
klr header
Vote
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
Regular Expression
javascript
/
[
0
-
9
]
{4}
[
A
-
Z
]
{4}
[
0
-
9
]
{3}
F
[
0
-
9
]
{4}
/
Open regex in editor
Description
Loading markdown...
Submitted by
petergdoyle
- 8 years ago