--- 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. menu: v2_0_ref: name: Strings parent: Flux packages and functions weight: 202 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" >}}