--- title: Flux string functions description: > String functions provide tools for manipulating strings in Flux. To use them, import the "strings" package. menu: v2_0_ref: name: Strings parent: Flux functions weight: 203 --- String functions provide tools for manipulating strings in Flux. To use them, import the `strings` package: ```js import "strings" ``` {{< children type="functions" show="pages" >}}