I have a string like this:
width: 423px; height: 281px; margin-bottom: 5px; margin-right: 5px; display: inline-block; vertical-align: bottom; overflow: hidden;
I need to extract the width and height, without the px
and dump all the other styles, so I can store them in two different variables, how can I do this?