Flux strings package
The Flux string package provides functions to manipulate UTF-8 encoded strings.
Import the strings
package:
import "strings"
- strings.compare()
- strings.containsAny()
- strings.containsStr()
- strings.countStr()
- strings.equalFold()
- strings.hasPrefix()
- strings.hasSuffix()
- strings.index()
- strings.indexAny()
- strings.isDigit()
- strings.isLetter()
- strings.isLower()
- strings.isUpper()
- strings.joinStr()
- strings.lastIndex()
- strings.lastIndexAny()
- strings.repeat()
- strings.replace()
- strings.replaceAll()
- strings.split()
- strings.splitAfter()
- strings.splitAfterN()
- strings.splitN()
- strings.strlen()
- strings.substring()
- strings.title()
- strings.toLower()
- strings.toTitle()
- strings.toUpper()
- strings.trim()
- strings.trimLeft()
- strings.trimPrefix()
- strings.trimRight()
- strings.trimSpace()
- strings.trimSuffix()
Bug Reports and Feedback
Thank you for being willing to help test InfluxDB v2.0 alpha! Feedback and bug reports are welcome and encouraged both for InfluxDB and this documentation. Submit feedback using one of the following methods:
- Post in the InfluxData Community
- In the InfluxDB UI, click Feedback in the left navigation bar.
- Submit documentation issues to the InfluxDB 2.0 documentation repository.
- Submit InfluxDB issues to the InfluxDB repository.