Hey Andys,

I'd recommend you have a look a Regex and Java Pattern & Matcher classes. They will allow you to implement a good search method using a simple regex string.

You can then use this to...