CSS wildcard selectors

Return all divs with class wildcard

div[class*=alert-]

Returns alert-danger and alert-info