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 17,260 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
MilestoneQ3
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-02-20 03:49
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
get version Android
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-20 03:52
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
ISO 8601 Datetime Validation
Golang
no description available
Submitted by
anonymous
-
4 years ago
2020-02-20 05:46
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
"""
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-20 07:00
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-20 09:55
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Extrae número página nombre de archivo
PCRE (PHP <7.3)
Pensada para extraer el número de página en Switch pero funciona en todas partes menos en Enfocus Switch.
Submitted by
anonymous
-
4 years ago
2020-02-20 12:36
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Name extraction for Dad
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-02-20 13:14
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
One million
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-20 18:04
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Match substring before and after character
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-02-20 19:24
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
[caption ...] [/caption]
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-21 08:33
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
transformIgnorePatterns nagative lookahead
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-22 01:31
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Websites for IPK projekt
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-02-23 13:53
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Thionylchlorid
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-23 14:54
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Thionylchlorid wiki DE
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-23 14:54
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Thionyl chloride wiki EN
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-23 14:54
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Salpeterzuur wiki NL
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-23 14:55
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Thionylchloride wiki NL
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-23 14:55
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Project Root @Route
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-03-10 15:53
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
email regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-02-23 17:56
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
匹配npm源地址
ECMAScript (JavaScript)
替换为淘宝npm https://r.npm.taobao.org/$2/-/$2-$5.$6#$7 `
Submitted by
anonymous
-
4 years ago
2020-02-24 03:47
1
...
736
737
738
739
740
741
742
...
863
Tutorial extracting url data
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Regular Expression
Python
r"
(
.
*
)
://
(
(
(
.
*
)
.
com
)
:
?
(
[
0
-
9
]
+
)?
|
(
\w
+
)
:
?
(
[
0
-
9
]
+
)?
)
"
ig
Open regex in editor
Description
Loading markdown...
Submitted by
robi
-
8 years ago
2015-10-16 11:45