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