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

557 B

title list_title description aliases 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/reference/flux/functions/strings/
v2_0_ref
name parent
Strings Flux standard library
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" >}}