What is it the method should do? Are you trying to find the stuff between the String start and String last? Or are start and last integer indexes to where you want to take your substring from?

A...