title |
list_title |
description |
aliases |
menu |
weight |
influxdb/v2.0/tags |
Flux strings package |
Strings package |
The Flux strings package provides functions to manipulate UTF-8 encoded strings. Import the `strings` package.
|
/influxdb/cloud/reference/flux/functions/strings/ |
|
influxdb_cloud_ref |
name |
parent |
Strings |
Flux standard library |
|
|
202 |
strings |
functions |
package |
|
The Flux string package provides functions to manipulate UTF-8 encoded strings.
Import the strings
package:
import "strings"
{{< children type="functions" show="pages" >}}