docs-v2/content/v2.0/reference/flux/functions/strings/_index.md

510 B

title list_title description menu weight v2.0/tags
Flux strings package Strings package The Flux strings package provides functions to manipulate UTF-8 encoded strings. Import the `strings` package.
v2_0_ref
name parent
Strings Flux packages and functions
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" >}}