strings.trimSpace() function
strings.trimSpace()
removes leading and trailing spaces from a string.
Function type signature
(v: string) => string
Parameters
v
(Required) String to remove spaces from.
Examples
Trim leading and trailing spaces from all values in a column
import "strings"
data
|> map(fn: (r) => ({r with _value: strings.trimSpace(v: r._value)}))
Was this page helpful?
Thank you for your feedback!
Support and feedback
Thank you for being part of our community! We welcome and encourage your feedback and bug reports for Flux and this documentation. To find support, use the following resources:
Customers with an annual or support contract can contact InfluxData Support.