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 15,000 community submitted regex patterns...
There does not seem to be anything here
Community Library Entry
2
Regular Expression
PCRE2 (PHP >=7.3)
/
https:
\/\/
r
(?:
g
|
apidgator
)
\.
(?:
to
|
net
)
\/
file
.
*
?
(?:
(?=
">
)
|
(?:
html
|
htm
|
rar
|
zip
|
txt
)
(?=
"
)
)
/
gm
Open regex in editor
Description
Click "open regex in editor" to open regex.
Open a webpage containing Rapidgator Links - Either rg.to or rapidgator.net
Right-click anywhere on the page and select "view page source"
Copy the HTML markup containing the Rapidgator links to regex101.com
Paste the HTML markup and set mode to match
Locate the match information section and click on the Export icon
Select "Plain Text" from the popup modal side menu
Copy your Rapidgator Links without stress.
If it's helpful to you, don't forget to upvote so that others can benefit as well.
Submitted by
SmartCoder
-
3 years ago