Enzo85 0 Newbie Poster

Hello everyone, I am trying to read a .rtf file, does this have to be done using the RTFeditorKit? Can a .rtf file be read line by line like a normal .txt file, as I was planning to read it line by line (as a string) to remove punctuation first by using a regex. I did find some examples on the RTFeditor but I ' m not sure what it is used for and I didn't understand them, or if I should use something else. Any help would be greatly appreciated.