Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Donate
Info
Regex Editor
Community Patterns
Account
Regex Quiz
Settings
Order By
Most Recent
Most upvotes
Most downvotes
Highest Score
Lowest Score
Filter by Flavor
PCRE2 (PHP >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python
Golang
Java 8
.NET 7.0 (C#)
Rust
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 2,420 community submitted regex patterns...
0
Find image links
Python
Finds image links, for example, links to other's pages on personal webpages.
Submitted by
anonymous
-
2 years ago
0
detect proxy links
Python
can detect socks and http proxies and also authenticated proxies
Submitted by
Elyas Najibzadeh
-
2 years ago
(Last modified 2 years ago)
0
^[A-Z,a-z,\-, ,\&]+$
.NET 7.0 (C#)
Koray Bilgi, Text-Regex
Submitted by
anonymous
-
2 years ago
0
01 Jan 2022 Mon 01:02:03
.NET 7.0 (C#)
01 Jan 2022 Mon 01:02:03
Submitted by
anonymous
-
2 years ago
0
USD
.NET 7.0 (C#)
USD
Submitted by
anonymous
-
2 years ago
0
Minimum 10 herhangi dijit
.NET 7.0 (C#)
Minimum 10 herhangi dijit
Submitted by
anonymous
-
2 years ago
0
15.02.2022 15:00:00
.NET 7.0 (C#)
15.02.2022 15:00:00
Submitted by
anonymous
-
2 years ago
0
Rem评论正则
Python
(?i)Rem\s+((\[(?i)(s|none|success|inconclusive|failed|error)\]\s+)|)(\".\"|\'.\')
Submitted by
xiong
-
2 years ago
0
MAC Address Python
Python
Checking for MAC address matching in python
Submitted by
dhakavikaskumar
-
2 years ago
0
HTML Link
Python
Get HTML Link
Submitted by
anonymous
-
2 years ago
0
My Regex Expression
Python
I'm a new learner and I try to learn in coding & data analyst in web. And also need some financial support as well. I thank to you all when I get chance to learn from you all.
Submitted by
anonymous
-
2 years ago
0
cuda with gpu-number regex
Python
Used for torch.device handling, so 'cuda' and 'cuda:0' both valid and can be used
Submitted by
Ilya Lubenets
-
2 years ago
(Last modified 2 years ago)
0
Anime Xdcc Name + Episode Regex
Golang
Parse XDCC filename strings for a name and episode. Appears to work for most major bots but unreliable for any data other than name and episode number/version
Submitted by
anonymous
-
2 years ago
0
Content inside string
Python
Will match any character inside " or '
Submitted by
anonymous
-
2 years ago
0
REACT SDK V3
Golang
React SDK V3
Submitted by
anonymous
-
2 years ago
0
GO SDK V2
Golang
Go SDK v2
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)
0
Kt SDK V2
Golang
kt SDKV2
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)
0
non capturing (a|b|c)가 그룹으로 지정되지 않게 함.
Python
\[[0-9]{4}-[0-9]{2}-[0-9]{2}\](\[(?:debug|warning|error)\]).*
Submitted by
anonymous
-
2 years ago
0
WIP detector
Python
Detect WIP strings in a git commit.
Submitted by
anonymous
-
2 years ago
0
match tree output
Python
replace tree-like intandents to any others like hashtags or spaces
Submitted by
anonymous
-
2 years ago
1
...
113
114
115
116
117
...
121
Community Library Entry
0
Regular Expression
Python
r"
(?<=
href=
\"
)
.
+
?
(?=
\"
)
"
gm
Open regex in editor
Description
Get HTML Link
Submitted by
anonymous
-
2 years ago