strings.replaceAll() functionThe 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 matcheshttps://docs.influxdata.com/flux/v0.x/stdlib/strings/replaceall/