I have a project I'm working on that scans through a file one word at a time. I am looking for a specific word in each line and if I don't find it I am suppose to count that line as not having the word. I don't want to have to create a tokenizer so if someone knows how to search through the words in a line and still recognize the end of a line in the scanner class I would greatly appreciate your help.