Update website/source/docs/configuration/from-1.5/functions/string/replace.html.md

Co-Authored-By: Wilken Rivera <dev@wilkenrivera.com>
This commit is contained in:
Megan Marsh 2020-03-10 10:51:25 -07:00 committed by GitHub
parent 0c45bd8b4f
commit 68e083603d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,5 +29,5 @@ hello everybody
## Related Functions ## Related Functions
- [`regexreplace`](./regexreplace.html) searches & replace a given string for a - [`regexreplace`](./regexreplace.html) searches a given string for another given substring,
substring matching a given regular expression pattern. and replaces each occurrence with a given replacement string.