Removing unwanted html tags in output file...

Hey guys,

After all the data I've collected has been outputted to my text document, how do I prevent tags like
from appearing in the text document. I guess what I'm asking is how to I make a filter that replaces certain unwanted tags with lets say.. a space or comma.

thanks a lot!

By the way, I'm coding in interpreted Java.

Removing unwanted html tags in output file...

Check out the replaceAll method in the String class of the java API