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
OPC UA Server
Gets IP-Address/host name from URL
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
bb
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
Match emoji shortcodes
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
Youtube Link
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
Quadratic Equation Matcher
no description available
Submitted by
eyeballcode
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
1234567890-123
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
atleast 1 character and 1 number
This regex checks if atleat a character and a number is there regardless of any special characters in the list
Submitted by
Akshay Shah
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
product_groups
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
4 digits
Find a 4 digit number
Submitted by
Marie Imperial
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
WMO Group File Detector
Determines whether a filename is a WMO group file or not.
Submitted by
Jarl Gullberg
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
test match gdrive link
test match gdrive link
Submitted by
meksone
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Match first title in wikitext link
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
URIs
catch URIs
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Email.Regular.Yasin1364
Email Regular Expression from YASIN1364 Simple and easy for Use.
Submitted by
YASIN1364
-
7 years ago
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
...
141
142
143
144
145
146
147
...
184
Regular Expression for Date
Vote
1
2 upvotes, 1 downvotes (67% like it) (You must be signed in to vote)
Regular Expression
javascript
/
^
(?:
^
(?:
(?:
(?:(?:(?:
0
?
[
13578
]
|
1
[
02
]
)
[
-
/.
]
31
)|
(?:(?:
0
?
[
13
-
9
]
|
1
[
0
-
2
]
)
[
-
/.
]
(?:
29
|
30
)))
[
-
/.
]
(?:
1
[
6
-
9
]
|
[
2
-
9
]
\d
)
\d
{2}
)
|
(?:
0
?
2
[
-
/.
]
29
[
-
/.
]
(?:(?:(?:
1
[
6
-
9
]
|
[
2
-
9
]
\d
)
(?:
0
[
48
]
|
[
2468
]
[
048
]
|
[
13579
]
[
26
]
)|
(?:(?:
16
|
[
2468
]
[
048
]
|
[
3579
]
[
26
]
)
00
)))
)
|
(?:
(?:
0
?
[
1
-
9
]
)
|
(?:
1
[
0
-
2
]
)
)
[
-
/.
]
(?:
0
?
[
1
-
9
]
|
1
\d
|
2
[
0
-
8
]
)
[
-
/.
]
(?:
(?:
1
[
6
-
9
]
|
[
2
-
9
]
\d
)
\d
{2}
)
)
$
)
$
/
Open regex in editor
Description
Loading markdown...
Submitted by
Priyanka Khadilkar
- 9 years ago