--- title: strings package description: > The `strings` package provides functions to operate on UTF-8 encoded strings. menu: flux_v0_ref: name: strings parent: stdlib identifier: strings weight: 11 cascade: introduced: 0.18.0 --- The `strings` package provides functions to operate on UTF-8 encoded strings. Import the `strings` package: ```js import "strings" ``` ## Functions {{< children type="functions" show="pages" >}}