Hi Folks,

I would like to know the best way to identify the nth occurrance of a specified character in a string?

e.g: lets say I have this string aaaddddfffggghhhhjjjj, I want to know the best way to find the position in the string of the second f character?

Thanks,

Morrislgn