From 68e083603db7fb4192587a585cb1290c713ec5aa Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Tue, 10 Mar 2020 10:51:25 -0700 Subject: [PATCH] Update website/source/docs/configuration/from-1.5/functions/string/replace.html.md Co-Authored-By: Wilken Rivera --- .../configuration/from-1.5/functions/string/replace.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.