Skip to main content
Close announcements banner

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.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!