How can I select elements based in part of data- attribute?

Viewed 43

Can I use contains: in a selector to select all elements with a data- attribute or is there any other way of selecting all these elements? For example all elements containing "NL" or "UK"

2 Answers
Related