FindOneOf - script and chart function
This function returns the position of the n:the occurrence in the string text of any of the characters found in the string characterset. If n is omitted, the position of the first occurrence is returned. If there no matching string is found, 0 is returned.
Syntax:
FindOneOf(text , characterset [ , n])
Argument | Description |
---|---|
text | The original string. |
characterset | A set of characters to evaluate. |
n | The number of occurrences of the character to evaluate. |