If the HTML has elements like this:
id=\"product42\" id=\"product43\" ...
How do I match all of those id\'s starting with \"product\"?
Use the attribute selector
[id^=product]{property:value}