Syntax: index(string1, string2)
Description: Returns the index within "string1" of the first occurrence of the specified "string2".Set to -1 if the character does not occur.
Group: string
Note:
Example:
i=index("Hello","H")i=0
Also see:
Implemented in: LambdaINDEX.java