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 20,000 community submitted regex patterns...
There was a problem trying to fetch the library data. Please try again later.
detect proxy links
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
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
Loading markdown...
Submitted by
Elyas Najibzadeh
-
8 months ago
2023-02-04 18:41
(Last modified 8 months ago)
2023-02-07 12:18