Skip to content

Misbah374/HTML_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Objective

To develope a simple C program that takes an HTML string as input and removes all the HTML tags, as well as any leading or ending whitespace, outputting clean readable text.

Technologies_used

  • Language: c
  • Compiler: gcc

How_program_works

Step1: Input
Step2: Tag Removal
Step3: Trimming the whitespaces
Step4: Display clean string on console

Time_complexity

Worst case time complexity is O($n^2$)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages