<imgthe literal text <img (case sensitive) Negated Character Class[^>]+ +matches at least one character outside the set below:
>the literal > (6210 / 768 / 3E16)
src="http:the literal text src="http: (case sensitive) \/the literal / (4710 / 578 / 2F16)
\/the literal / (4710 / 578 / 2F16)
wwwthe literal text www (case sensitive) \.the literal . (4610 / 568 / 2E16)
examplethe literal text example (case sensitive) \.the literal . (4610 / 568 / 2E16)
orgthe literal text org (case sensitive) \/the literal / (4710 / 578 / 2F16)
image_to_be_removedthe literal text image_to_be_removed (case sensitive) \.the literal . (4610 / 568 / 2E16)
jpg"the literal text jpg" (case sensitive) Negated Character Class[^>]* *matches any number of characters outside the set below:
>the literal > (6210 / 768 / 3E16)
\>the literal > (6210 / 768 / 3E16)
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