> Java Scrabble Program?

Java Scrabble Program?

Posted at: 2014-12-18 
Write a program that reads the file scrabble.txt.

Use regular expressions to make the program return:

All of the words with two z's in a row.

All of the words with two vowels in a row.

All of the words with more than two vowels in them.

All of the words with two x's in them.

All of the words starting with 'Q' not followed by a 'U'. For this one item, write these words to a file.