write a Java program that reads a content of a file. The program should use the regular expression engine in Java.

Job ID: 34807215

Budget: $10 – $30 USD

write a Java program that reads a content of a file. The program should
use the regular expression engine in Java to determine:
1. The number of words that are ended with "ies".
2. The list of KSU email addresses in the text
3. The number of lines within the file.
4. Print all years mentioned in the text that precedes 2000.
5. Print all words that are preceded by a or A. e.g. a car, A girl
6. Replace all lowercase letters with uppercase letters and store the result in an output file.
(check the test program file, use the other files if needed)