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
magnet
Extract magnet links
Submitted by
Peng
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
International numeric format validator
International numeric format validator
Submitted by
unknown
-
8 years ago
3
3 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Get Headings From Markdown Format
Get all headings in a Markdown Format Text
Submitted by
Ferdinand Dimas
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
python
regex to match absolute urls
no description available
Submitted by
maq
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
python
DER/BER Bitcoin signature
Bitcoin transaction signature in BER/DER format
Submitted by
anonymous
-
8 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
javascript
test
no description available
Submitted by
anonymous
-
8 years ago
0
3 upvotes, 3 downvotes (50% like it) (You must be signed in to vote)
javascript
Arabic diacritics matching تحديد التشكيل العربي
It will match all Arabic diacritics in Arabic text, its useful to remove diacritics and to replace it with some css.
Submitted by
Emad Ghaly
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
parse array to object p1
no description available
Submitted by
me
-
8 years ago
1
2 upvotes, 1 downvotes (67% like it) (You must be signed in to vote)
javascript
dd-mm-yyyy
no description available
Submitted by
anonymous
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Key-Value list separated by newlines
Example: foo = bar foo=bar foo= bar bar =foo foo = bar...
Submitted by
acosw
-
8 years ago
1
2 upvotes, 1 downvotes (67% like it) (You must be signed in to vote)
python
Currency Detector Python
Currency Detector for Python
Submitted by
Joao Graca
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Url regex that capture the domain of the URLs
https://developer.mozilla.org/es/docs/Web/JavaScript https://www.google.es/webhp?hl=es Matches: MATCH 1...
Submitted by
D<OS>
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Url regex that capture the domain of the URL
https://developer.mozilla.org/es/ Url regex that capture the domain of the URL
Submitted by
anonymous
-
8 years ago
1
3 upvotes, 2 downvotes (60% like it) (You must be signed in to vote)
javascript
Alpha + Underscore
no description available
Submitted by
Sergio de la Garza
-
8 years ago
2
2 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Simple domain.tld tester
For testing domain with TLD regExp.test("google.com") => true regExp.test("mad.engineering") => true
Submitted by
Sergio de la Garza
-
8 years ago
1
3 upvotes, 2 downvotes (60% like it) (You must be signed in to vote)
javascript
Check Date + time (DD/MM/YYYY HH:MM)
no description available
Submitted by
Mikael Georges
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Duration String (dhm)
Duration string in dhm format. Supported Values 20d 8h 30m 20d 8h 30m...
Submitted by
nehakadam
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
url regex
no description available
Submitted by
anonymous
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
c
no description available
Submitted by
s
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
VSO remove special symbols
no description available
Submitted by
Jon Henning Bergane
-
8 years ago
1
...
230
231
232
233
234
235
236
...
278
\d{4}(0[1-9]|1[0-2])(0[1-9]|[1-2]\d|30|31)T([01]\d|2[0-3])[0-5]\d[0-5]
Vote
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
Regular Expression
javascript
/
\d
{4}
(
0
[
1
-
9
]
|
1
[
0
-
2
]
)
(
0
[
1
-
9
]
|
[
1
-
2
]
\d
|
30
|
31
)
T
(
[
01
]
\d
|
2
[
0
-
3
]
)
[
0
-
5
]
\d
[
0
-
5
]
\d
/
Open regex in editor
Description
Loading markdown...
Submitted by
suman
- 8 years ago