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,540 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
yt exp
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-02-09 14:16
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
ISO Timestamp-ish
ECMAScript (JavaScript)
Matches ISO-like timestamp, with or without date and time separators
Submitted by
anonymous
-
5 years ago
2019-02-07 22:50
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
UGUF - Saison
ECMAScript (JavaScript)
Extract season from different title formats
Submitted by
anonymous
-
5 years ago
2019-02-02 15:29
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
AWS API access key
ECMAScript (JavaScript)
Catching AWS API access keys
Submitted by
anonymous
-
5 years ago
2019-02-02 10:22
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
take the public id from image cloudinary
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-02-01 18:59
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Embedly Providers
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-01-30 20:29
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Emoji escaper
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-01-30 15:23
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
HeatingManager - Identify Hours
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-01-28 18:15
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
espacios antes
Golang
no description available
Submitted by
anonymous
-
5 years ago
2019-01-28 10:24
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Twitter search scraper
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-01-27 21:13
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Danish date
ECMAScript (JavaScript)
Find Danish date
Submitted by
anonymous
-
5 years ago
2019-01-24 08:24
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Don Hang
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-01-24 07:38
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
My lib
Golang
no description available
Submitted by
anonymous
-
5 years ago
2019-01-22 19:09
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
TODO Js
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-01-21 21:20
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
My-DesiredEmailFormatValidation
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-01-18 21:53
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Address Parser
ECMAScript (JavaScript)
This is used to parse Address text. TEST DATA: 39 w. 38th Street, 10th Floor, NY, NY 10018 39 w. 38th Street, NY, NY 10018
Submitted by
anonymous
-
5 years ago
2019-01-18 18:39
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regex for mentions @username like twitter
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-01-18 18:32
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Inchcape Browse Build Buy IIS URL Rewrite
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-01-18 01:06
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Date Format
ECMAScript (JavaScript)
This will check for a date using the format xx-xx-yyyy. The reason the first two groupings are labeled with 'xx' is because we can't be sure which is the month or the date as it will look for both formats and match true. This can also be used in conjunction with ?, ?, and ? to better search for spec...
Submitted by
anonymous
-
5 years ago
2019-01-17 08:19
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
TX7470 and RX1
ECMAScript (JavaScript)
Working Regex
Submitted by
anonymous
-
5 years ago
2019-01-14 13:11
1
...
78
79
80
81
82
83
84
...
177
身份证
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
ECMAScript (JavaScript)
/
^
[
1
-
9
]
\d
{5}
(
18
|
19
|
20
)
\d
{2}
(
(
0
[
1
-
9
]
)
|
(
1
[
0
-
2
]
)
)
(
(
[
0
-
2
]
[
1
-
9
]
)
|
10
|
20
|
30
|
31
)
\d
{3}
[
0
-
9Xx
]
$
/
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
5 years ago
2018-12-04 06:40