<imgthe literal text <img (case insensitive) Negated Character Class[^>]+ +matches at least one character outside the set below:
>the literal > (6210 / 768 / 3E16)
src=the literal text src= (case insensitive) \\?optionally matches the literal \ (9210 / 1348 / 5C16)
Non-Capturing Group(?:"|') "the literal " (3410 / 428 / 2216)
'the literal ' (3910 / 478 / 2716)
Negated Character Class[^.]+ +matches at least one character outside the set below:
.the literal . (4610 / 568 / 2E16)
\.the literal . (4610 / 568 / 2E16)
gifthe literal text gif (case insensitive) \\?optionally matches the literal \ (9210 / 1348 / 5C16)
Non-Capturing Group(?:"|') "the literal " (3410 / 428 / 2216)
'the literal ' (3910 / 478 / 2716)
Negated Character Class[^>]* *matches any number of characters outside the set below:
>the literal > (6210 / 768 / 3E16)
\>the literal > (6210 / 768 / 3E16)
i modifier: insensitive. Matches without distinguishing uppercase and lowercase letters
g modifier: global. Finds all matches instead of stopping after the first