webdev
WebDev danrot Now 100%

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.

1
0
Comments 0