710 B
710 B
title | list_title | description | aliases | menu | weight | flux/v0.x/tags | introduced | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Flux strings package | strings package | The Flux `strings` package provides functions to manipulate UTF-8 encoded strings. Import the `strings` package. |
|
|
11 |
|
0.18.0 |
The Flux strings
package provides functions for working with UTF-8 encoded strings.
Import the strings
package:
import "strings"
Functions
{{< children type="functions" show="pages" >}}