I have a table with classes such as "column-1", "column-2" and so on...
I want to select all the classes that have the word "column" with "-" after it and "some number", as you can see from the structure of the classes I mentioned above.
I want to do it with CSS.
Thanks!