I want to control some css rules for elements using class names, for example there could be one 'class parameter' like 'setwidth200', number after 'setwidth' could be any number. There would be no problem for me to make this if I would know that element could have only one class, but currently it could look like this:
<div class="main-client-block selector righted setwidth200"></div>
Is there any ways to get only specific class from list of element classes?