Tagged Questions

1
vote
6answers
441 views

Representing a text file as single unit in Java, and matching strings in the text

How can I have a text file (or XML file) represented as a whole string, and search for (or match) a particular string in it? I have created a BufferedReader object: BufferedReader input = new ...