\/the literal / (4710 / 578 / 2F16)
\/the literal / (4710 / 578 / 2F16)
.+?any character (except for line terminators), repeated at least once
Negative Lookbehind(?<!http:|https:|ftp:|ftps:) http:the literal text http: (case sensitive) https:the literal text https: (case sensitive) ftp:the literal text ftp: (case sensitive) ftps:the literal text ftps: (case sensitive) \/the literal / (4710 / 578 / 2F16)
\/the literal / (4710 / 578 / 2F16)
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