05 Sep 2024 12:53 PM
06 Sep 2024 02:57 AM
There is an example in the docs , is this what you are after ?
https://docs.dynatrace.com/docs/shortlink/string-functions#replaceString
data record(content = "DQL is awesome!"),
record(content = "Dynatrace Query Language"),
record(content = "abcabca")
| fieldsAdd replaceString(content, "awesome", "simple"),
replaceString(content, "abca", "xyz")