docs-v2/content/flux/v0.x/stdlib/strings/_index.md

710 B

title list_title description aliases menu weight flux/v0.x/tags introduced
Flux strings package strings package The Flux `strings` package provides functions to manipulate UTF-8 encoded strings. Import the `strings` package.
/influxdb/v2.0/reference/flux/functions/strings/
/influxdb/v2.0/reference/flux/stdlib/strings/
/influxdb/cloud/reference/flux/stdlib/strings/
flux_0_x_ref
name parent
strings Standard library
11
strings
functions
package
0.18.0

The Flux strings package provides functions for working with UTF-8 encoded strings. Import the strings package:

import "strings"

Functions

{{< children type="functions" show="pages" >}}