카테고리 없음
불필요한 html tag 찾기
냐옴
2021. 10. 19. 15:08
태그 블럭
</?\w+[^>]*>
span 태그 (내용 없는)
<span[^>]*>[\s\n]*</span>
br 태그 (attribute 가 있는)
<br[^>]*>