strings.indexAny() function
strings.indexAny()
returns the index of the first instance of specified characters in a string.
If none of the specified characters are present, it returns -1
.
Function type signature
(chars: string, v: string) => int
Parameters
v
(Required) String value to search.
chars
(Required) Characters to search for.
Examples
Find the index of the first occurrence of characters from a string
import "sampledata"
import "strings"
sampledata.string()
|> map(fn: (r) => ({r with _value: strings.indexAny(v: r._value, chars: "g7t")}))
Was this page helpful?
Thank you for your feedback!
Support and feedback
Thank you for being part of our community! We welcome and encourage your feedback and bug reports for Flux and this documentation. To find support, use the following resources:
Customers with an annual or support contract can contact InfluxData Support.