I have such an inline CSS like this
text-align:center; float:left;width:18%;
Expectation
Array
(
[text-align] => center
[float] => left
[width] => 18%
)
Can anybody suggest me a way to use regular expression to complete this task?