Help create java service pubstringindexOf

Brian,
I am confused.
indexOf will only give you the index of the occurance of search string. That service will not extract it. You should use substring service to extract it by passing the results of indexOf to subString service.
Hope I am understanding your issue.