I have a string like this:

font-family:Arial;font-size:10px;color:green;

I would like to retrieve the string like this:
Arial;10px;green

How do I accomplish this ?