Trying to get a regex that I can get a style attribute value from the example below should explain my issue.
source: font-size:11pt;font-color:red;text-align:left;
want to say give me ..
- font-size and returns 11pt
- font-colour and returns red
- text-align and returns left
Can someone point me in the right direction
Thanks
Lee