class=the literal text class= (case sensitive) \"the literal " (3410 / 428 / 2216)
product-namethe literal text product-name (case sensitive) \"the literal " (3410 / 428 / 2216)
.*any character (except for line terminators), repeated any number of times
<athe literal text <a (case sensitive) \sany whitespace character
href=the literal text href= (case sensitive) \"the literal " (3410 / 428 / 2216)
.*?any character (except for line terminators), repeated any number of times
\"the literal " (3410 / 428 / 2216)
g modifier: global. Finds all matches instead of stopping after the first