webdev
WebDev danrot 5 months ago 100%

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.

1
0
Comments 0