Attempting to determine if the head section in jQuery contains the font-weight:bold
property within CSS. That particular property may exist in 4 different variations:
font-weight:bold
font-weight: bold
font-weight :bold
font-weight : bold
Is there a way to use regex to match all of these variations?