https:the literal text https: (case sensitive) \/the literal / (4710 / 578 / 2F16)
\/the literal / (4710 / 578 / 2F16)
?repeats the group contents below at most once:
dev-the literal text dev- (case sensitive) stag-the literal text stag- (case sensitive) 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)
\da digit
\/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
Negated Character Class[^\/]+ +matches at least one character outside the set below:
\/the literal / (4710 / 578 / 2F16)
$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