1.1 KiB
1.1 KiB
| title | description | menu | weight | cascade | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| strings package | The `strings` package provides functions to operate on UTF-8 encoded strings. |
|
11 |
|
The strings package provides functions to operate on UTF-8 encoded strings.
Import the strings package:
import "strings"
Functions
{{< children type="functions" show="pages" >}}