Last active
July 11, 2025 13:12
-
-
Save chriskempson/db80633512a1236fd5d3aad3f59a12af to your computer and use it in GitHub Desktop.
VS Code - Strip Attributes from HTML Tags
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
replace
<([a-z][a-z0-9])[^>]?(/?)>
with<$1$2>
source