strings.repeat() function
strings.repeat()
returns a string consisting of i
copies of a specified string.
Function type signature
(i: int, v: string) => string
Parameters
v
(Required) String value to repeat.
i
(Required)
Number of times to repeat v
.
Examples
Repeat a string based on existing columns
import "strings"
data
|> map(fn: (r) => ({r with _value: strings.repeat(v: "ha", i: 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.