diff --git a/website/source/docs/configuration/from-1.5/functions/string/replace.html.md b/website/source/docs/configuration/from-1.5/functions/string/replace.html.md index c21a6574e..99213efbd 100644 --- a/website/source/docs/configuration/from-1.5/functions/string/replace.html.md +++ b/website/source/docs/configuration/from-1.5/functions/string/replace.html.md @@ -29,5 +29,5 @@ hello everybody ## Related Functions -- [`regexreplace`](./regexreplace.html) searches & replace a given string for a - substring matching a given regular expression pattern. +- [`regexreplace`](./regexreplace.html) searches a given string for another given substring, + and replaces each occurrence with a given replacement string.