strings.replaceAll() function
The strings.replaceAll() function replaces all non-overlapping instances of a substring with a specified replacement. Output data type: String The string value to search. The substring to replace. The replacement for all instances of t. Replace string matches
https://docs.influxdata.com/flux/v0.x/stdlib/strings/replaceall/