Hi, I am a perl newbie and have a problem with the index function.
I am searching a string for the word 'Lecht'. The string I am searching contains 'lech' and 'lecht'.
The position I receive is of the first string which is 'lech', not the one I want.
Is there a way to combine regex with the index function so it searches just for the full string 'lecht'?