HTML Stripping Challenge
UPDATE: I added three new unit tests and one interesting case in which the three browser render something differently.
Well I’m back at it, but this time I want to strip all HTML from a string. Specifically:
- Remove all HTML opening and self-closing
Comments
30 responses