diff --git a/website/content/docs/job-specification/hcl2/functions/string/regex_replace.mdx b/website/content/docs/job-specification/hcl2/functions/string/regex_replace.mdx index 511b20f58..92974372a 100644 --- a/website/content/docs/job-specification/hcl2/functions/string/regex_replace.mdx +++ b/website/content/docs/job-specification/hcl2/functions/string/regex_replace.mdx @@ -32,7 +32,7 @@ hello everybody > regex_replace("hello world", "w.*d", "everybody") hello everybody -> regex_replace("-ab-axxb-", "a(x*)b", "$1W) +> regex_replace("-ab-axxb-", "a(x*)b", "$1W") --- > regex_replace("-ab-axxb-", "a(x*)b", "${1}W")