Skip to content

Latest commit

 

History

History
executable file
·
8 lines (4 loc) · 292 Bytes

File metadata and controls

executable file
·
8 lines (4 loc) · 292 Bytes

HTML Decoder

Create a C Program that removes HTML tags from an input string.

<html><body>the quick brown fox <a href="https://en.wikipedia.org/wiki/The_quick_brown_fox_jumps_over_the_lazy_dog"> jumps </a> over the lazy dog </body></html>

the quick brown fox jumps over the lazy dog