29 lines
710 B
Markdown
29 lines
710 B
Markdown
---
|
|
title: Flux strings package
|
|
list_title: strings package
|
|
description: >
|
|
The Flux `strings` package provides functions to manipulate UTF-8 encoded strings.
|
|
Import the `strings` package.
|
|
aliases:
|
|
- /influxdb/v2.0/reference/flux/functions/strings/
|
|
- /influxdb/v2.0/reference/flux/stdlib/strings/
|
|
- /influxdb/cloud/reference/flux/stdlib/strings/
|
|
menu:
|
|
flux_0_x_ref:
|
|
name: strings
|
|
parent: Standard library
|
|
weight: 11
|
|
flux/v0.x/tags: [strings, functions, package]
|
|
introduced: 0.18.0
|
|
---
|
|
|
|
The Flux `strings` package provides functions for working with UTF-8 encoded strings.
|
|
Import the `strings` package:
|
|
|
|
```js
|
|
import "strings"
|
|
```
|
|
|
|
## Functions
|
|
{{< children type="functions" show="pages" >}}
|