Posted in
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="([^<]*)"
Add Comment
Other Items in sublime
Related Search Terms
Other Categories in Code
php functions
php functions
php functions