regexmatch.dev
Explore
Open main menu
Save & Share
Facebook
Twitter
Tumblr
E-Mail
Pinterest
LinkedIn
Reddit
Nitroflare ID
Published on Tue Mar 01 2022
https://nitroflare.com/view/845F2436715ASF5/XUYZ.zip
Regex
Test String
https://nitroflare.com/view/845F2436715D1F5/o11d_mini-manual.zip
Additional matching regexes for
Nitroflare ID
Nitroflare ID
https://nitroflare.com/view/845F2436715ASF5/XUYZ.zip
Match the start of a link.
https:// http:// https://\/\/ https:\/\/\/\/\/\ https://\/\/ The reason I include [\/\\]* is because some links like: https://\/\/\/\/\/www.google.com actually work.
Capturing between phrases across multiple lines
Discussion https://www.reddit.com/r/regex/comments/kxtyl6/capturing_between_phrases_across_multiple_lines/ https://www.reddit.com/user/Pauley0/
mega.nz files and folders
Regex for matching https://mega.nz file and folder URLs. https://github.com/tonikelope/megabasterd/issues/215
HTTP => HTTPS
Force all URLs to HTTPS.
Youtube ID matcher
Credit: https://gist.github.com/FinalAngel/1876898
Google plus post regex
Retrieve username or user id and post id, example urls: https://apis.google.com/u/0/wm/1/118176280023244994777/posts/4q6esduuinn https://plus.google.com/+Username/posts/4q6ezduuinn https://plus.google.com/118176280323144994777/posts/4q6ezduuinn
Url with <a> (param) validation
https://www.google.com http://www.google.net/hello https://www.google.<var> http://www.google.<hello>/hello above url matching with given regex
Country calling codes
Parses countries list from https://countrycode.org/
Check Phone numbers
[Other patterns](https://gist.github.com/jrobinsonc/2171654fa2b747a056f30b91fae3b4e1)