class="imgbrd lazy"the literal text class="imgbrd lazy" (case insensitive) \s+any whitespace character, repeated at least once
src="the literal text src=" (case insensitive) .*?any character (except for line terminators), repeated any number of times
"the literal " (3410 / 428 / 2216)
\s+any whitespace character, repeated at least once
data-original=the literal text data-original= (case insensitive) g modifier: global. Finds all matches instead of stopping after the first
i modifier: insensitive. Matches without distinguishing uppercase and lowercase letters