VSCode REGEX to remvoe all html tags properties

 If you need to remove all properties from your html tags, you can use this REGEX (find with token in VSCode):


(\s+(?!colspan|rowspan)\w+\s*=\s*".*?")+

Comments

Popular posts from this blog

Android/Java: Crear un SplashScreen para nuestra aplicaciĆ³n

Android/Java: Video de fondo en nuestro Login

Solve SecurityError: localStorage is not available for opaque origins React Native