Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-07-08 06:26
Updated·2023-10-06 05:59
Flavor·PCRE2 (PHP)

/
^(?P<Root>file\:\/\/\/(?:[A-Za-z]+):(?:\/|\\)|https\:\/\/)(?P<Relative>(?:(?:[^<>:"\/\\|?*\n])+(?:\/|\\))+)(?P<File>(?:[^<>:"\/\\|?*\n]+)(?:\.(?:pdf)))$
/
mg
Open regex in editor

Description

Made for my niche use of adding it to match either PDF files that being viewed directly from a website or when viewed from your local computer. This was done so that I can add it on my usercontent.css file in Firefox with the @-moz-document url-prefix

Submitted by Benji The Doggy