docs-v2/content/flux/v0/stdlib/strings/_index.md

1.1 KiB

title description menu weight cascade
strings package The `strings` package provides functions to operate on UTF-8 encoded strings.
flux_v0_ref
name parent identifier
strings stdlib strings
11
introduced
0.18.0

The strings package provides functions to operate on UTF-8 encoded strings. Import the strings package:

import "strings"

Functions

{{< children type="functions" show="pages" >}}