I fetch the classes of a <div>
and save it in a variable.
this classes are following:
item drag drop img-circle _RS _CS ui-draggable ui-droppable ui-draggable-dragging
how can separate the classes that begins with an underline, like: _CS
?