Posted in sublime
86
12:43 am, August 19, 2019

sublime text find and replace style tag

good if you have inline styles you want to remove using regex find and replace. in sublime press ctrl + H to do find and replace then paste in the style="([^<]*)" tag into the find area which will highlight the style areas that match the regex.

sublime text find and replace style tag Demo

View Demo Full Screen View Demo New Tab

sublime text find and replace style tag Code

HTML

style="([^<]*)"

Related Tags

No Items Found.

Add Comment
Type in a Nick Name here
 
Related Search Terms