IndexOfAnyChar Functoid
Description: The IndexOfAnyChar Functoid returns the first numeric Index value of the Input Param based upon any character defined in the Input Chars.
Inputs with their allowed values:
- Param
- May be a single character, a string or a number
- Literal text entered manually
- Output of another Functoid
- Value of a Table
- Chars
- May be a single character, a string or a number
- Literal text entered manually
- Output of another Functoid
- Value of a Table
_IndexOfAnyChar-functoid.png)
Picture of the IndexOfAnyChar Functoid
Remark: When no characters from Chars are found in Param, the output will be -1.
Example:
See Figure 1.
_IndexOfAnyChar-functoid-example.png)
Figure 1