Finding all HTML tags in a project not being self-closed

Open link in next tab

Finding all HTML tags in a project not being self-closed

https://danielrotter.at/2024/04/02/finding-all-html-tags-not-being-self-closed.html

For some refactoring I needed to find all HTMl tags not being self-closed. I decided to use regular expression for that, and this is what I came up with.

For some refactoring I needed to find all HTMl tags not being self-closed. I decided to use regular expression for that, and this is what I came up with.