Finding all HTML tags in a project not being self-closed
Finding all HTML tags in a project not being self-closed
danielrotter.at Finding all HTML tags in a project not being self-closed
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.
0 comments