summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/replace.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/functions/replace.md')
-rw-r--r--docs/content/en/functions/replace.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/content/en/functions/replace.md b/docs/content/en/functions/replace.md
index 07b83d035..36e392015 100644
--- a/docs/content/en/functions/replace.md
+++ b/docs/content/en/functions/replace.md
@@ -8,11 +8,13 @@ categories: [functions]
menu:
docs:
parent: "functions"
-keywords: []
-signature: ["strings.Replace INPUT OLD NEW [LIMIT]", "replace INPUT OLD NEW [LIMIT]"]
+keywords: [replace]
+signature:
+ - "replace INPUT OLD NEW [LIMIT]"
+ - "strings.Replace INPUT OLD NEW [LIMIT]"
workson: []
hugoversion:
-relatedfuncs: []
+relatedfuncs: [replaceRE]
deprecated: false
aliases: []
---