The strLib.indexOf() system function returns an index into a string of characters; the index indicates where a specified pattern begins.
strLib.indexOf( source STRING | UNICODE | CHAR | DBCHAR | MBCHAR inOut, pattern STRING | UNICODE | CHAR | DBCHAR | MBCHAR in [, startPosition INT in] ) returns (result INT)