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
@joshespi Glad you found it useful 😄
you saved my hope in my project!
replace <([a-z][a-z0-9])[^>]?(/?)>
with <$1$2>
source
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you just saved me a ton of time. Thank you so much!