How do I do a regex search and replace in sublime text 2?

Viewed 16261

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 matter. I'm sure I'll figure out the expression I'll need.

What I haven't been able to figure out, is how to actually use a regex to find or to find and replace text in ST2. The docs say that it can be done. But I can't find the documentation for how to do it.

3 Answers
Related