Please enable JavaScript to use regex101
Regular
Expressions
101
Support Regex101
Social
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)
ECMAScript (JavaScript)
Python
Golang
Java
.NET 7.0 (C#)
Rust
PCRE (Legacy)
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 2,160 community submitted regex patterns...
0
Markdown Link Only
Created
·
2023-01-06 04:44
Flavor
·
Python
It grabs all markdown links, and only grabs the link
Submitted by
anonymous
0
US aircraft registration
Created
·
2023-01-06 16:28
Flavor
·
Python
US aircraft registration
Submitted by
anonymous
0
Monolithic documents are terribly to maintain
Created
·
2023-01-08 08:50
Flavor
·
Python
svmono.cls is truly a dumpster fire Extracting LaTeX functions and delimiters from string descriptions to automatedly relieve a project of higher-order user defined functions.
Submitted by
anonymous
0
Markdown Images (alt text, link, description)
Created
·
2023-01-11 20:35
Flavor
·
Python
Extract images in a Markdown text, matching 3 named groups: caption = alternate text image = link (URL or relative) description = text Kind of syntax alternative text alternative text Useful for Mkdocs. Derived from
Submitted by
GeoJulien
0
Emails
Created
·
2023-01-11 22:34
Flavor
·
Python
test
Submitted by
anonymous
0
Skillshare matcher regex
Created
·
2023-01-12 18:11
Flavor
·
Python
Skillshare matcher regex
Submitted by
anonymous
0
Bit00:sadf::saf
Created
·
2023-01-23 04:50
Flavor
·
Python
Bit00:sadf::saf 提取
Submitted by
anonymous
0
Tool Call
Created
·
2023-01-23 13:54
Flavor
·
Python
f
Submitted by
anonymous
0
Get All inst of Characters Name
Created
·
2023-01-26 22:47
Flavor
·
Python
Standard Script format tv
Submitted by
SummerRay
0
vscode 代码snippet 替换 为 pycharm 格式
Created
·
2023-01-30 12:50
Flavor
·
Python
vscode 代码snippet 替换 为 pycharm 格式
Submitted by
anonymous
0
Editoria gamecoin
Created
·
2023-02-01 16:42
Flavor
·
Python
Capturar editorias do site gamecoin
Submitted by
anonymous
0
Looking for valid phone number
Created
·
2023-02-03 14:26
Flavor
·
Python
This locates a valid phone number in a list of phone numbers
Submitted by
Dandaps
0
Find image links
Created
·
2023-02-03 22:40
Flavor
·
Python
Finds image links, for example, links to other's pages on personal webpages.
Submitted by
anonymous
0
detect proxy links
Created
·
2023-02-04 18:41
Updated
·
2023-02-07 12:18
Flavor
·
Python
can detect socks and http proxies and also authenticated proxies
Submitted by
Elyas Najibzadeh
0
Rem评论正则
Created
·
2023-02-08 05:52
Flavor
·
Python
(?i)Rem\s+((\[(?i)(s|none|success|inconclusive|failed|error)\]\s+)|)(\".\"|\'.\')
Submitted by
xiong
0
MAC Address Python
Created
·
2023-02-08 11:26
Flavor
·
Python
Checking for MAC address matching in python
Submitted by
dhakavikaskumar
0
HTML Link
Created
·
2023-02-08 14:12
Flavor
·
Python
Get HTML Link
Submitted by
anonymous
0
My Regex Expression
Created
·
2023-02-09 02:57
Flavor
·
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
0
cuda with gpu-number regex
Created
·
2023-02-10 13:22
Updated
·
2023-02-12 11:38
Flavor
·
Python
Used for torch.device handling, so 'cuda' and 'cuda:0' both valid and can be used
Submitted by
Ilya Lubenets
0
Content inside string
Created
·
2023-02-13 08:45
Flavor
·
Python
Will match any character inside " or '
Submitted by
anonymous
Previous page
1
…
101
102
103
104
105
…
108
Next page
Community Library Entry
0
Regular Expression
Created
·
2023-02-04 18:41
Updated
·
2023-02-07 12:18
Flavor
·
Python
r"
(?:
http
(?:
s
?
)
|
socks
(?:
5
|
5h
)
)
://
(?:
[
A
-
Za
-
z0
-
9
]
*
:
[
A
-
Za
-
z0
-
9
]
*
@
)*(?:
\d
{1,3}
\.
\d
{1,3}
\.
\d
{1,3}
\.
\d
{1,3}
)
:
(?:
\d
{2,5}
)
"
gm
Open regex in editor
Description
can detect socks and http proxies and also authenticated proxies
Submitted by
Elyas Najibzadeh