Here's an easy one for the experience programmers (of which I am not one of). I want to perform a simple search for a string value (eg. labor) in a text line I read in between the line positions of 0 to 10. I have done multiple searches out there and have come across the Boyer-Moore search algorithm (among others) but they don't seem to meet my needs.
Any one have a simple function that will do what I looking to accomplish?