Friday, September 01, 2006

HTML Stripper

Today I wrote a program that will strip HTML of out of a blob of text. I am posting it here in case someone else has a use for it. When you extract the archive you will notice that there are 4 files:

  1. htmlStripper.exe - You must have the .NET 2.0 Framework installed to run this.
  2. RemoveTags.txt - Any tags listed in this file will be removed from the blob of text when you run the program.
  3. HtmlTags.txt - A reference list of most HTML tags.
  4. readme.txt - Gives a description of the program.


The download for this application has moved to my application repository. Click here to go there now!

3 comments:

Jonas Ã…radsson said...

Is it possible to get to see the source code? :)

Rush said...

Here you go

ddd said...

Thanks dudes.. Great stripper