I want to remove inline style from an html document in ST2.
I imagine my regex will be something like this style=\\\"*\\\"
If that\'s wrong, it doesn\'t
I had a similar task to perform, the regex I used in the manner that Nas62 suggested was
style=\"(.*?)\"