https:the literal text https: (case sensitive) \/the literal / (4710 / 578 / 2F16)
\/the literal / (4710 / 578 / 2F16)
dev-the literal text dev- (case sensitive) stag-the literal text stag- (case sensitive) 3rd Alternative — matches an empty string
assetsthe literal text assets (case sensitive) imagesthe literal text images (case sensitive) \.the literal . (4610 / 568 / 2E16)
serverthe literal text server (case sensitive) \.the literal . (4610 / 568 / 2E16)
iothe literal text io (case sensitive) \/the literal / (4710 / 578 / 2F16)
vthe literal v (11810 / 1668 / 7616) (case sensitive)
\/the literal / (4710 / 578 / 2F16)
filethe literal text file (case sensitive) \/the literal / (4710 / 578 / 2F16)
.*?any character (except for line terminators), repeated any number of times
\/the literal / (4710 / 578 / 2F16)
Negative Lookahead(?!(download$)) downloadthe literal text download (case sensitive) $end of line
g modifier: global. Finds all matches instead of stopping after the first
m modifier: multiline. Causes ^ and $ to match the start and end of each line, not only the start and end of the string