diff --git a/website/docs/language/functions/endswith.mdx b/website/docs/language/functions/endswith.mdx index a150290804..d96cc88aad 100644 --- a/website/docs/language/functions/endswith.mdx +++ b/website/docs/language/functions/endswith.mdx @@ -1,12 +1,12 @@ --- page_title: endswith - Functions - Configuration Language description: |- - The endswith function takes two values: a string to check and a suffix string. It returns true if the first string ends with that exact suffix value. + The endswith function takes two values: a string to check and a suffix string. It returns true if the first string ends with that exact suffix. --- # `endswith` Function -`endswith` takes two values: a string to check and a suffix string. The function returns true if the first string ends with that exact suffix value. +`endswith` takes two values: a string to check and a suffix string. The function returns true if the first string ends with that exact suffix. ```hcl endswith(string, suffix) diff --git a/website/docs/language/functions/startswith.mdx b/website/docs/language/functions/startswith.mdx index 4b9392a0b0..d49f7aa0ba 100644 --- a/website/docs/language/functions/startswith.mdx +++ b/website/docs/language/functions/startswith.mdx @@ -24,4 +24,4 @@ false ## Related Functions -- [`endswith`](/language/functions/endswith) takes two values: a string to check and a suffix string. The function returns true if the first string ends with that exact suffix value. \ No newline at end of file +- [`endswith`](/language/functions/endswith) takes two values: a string to check and a suffix string. The function returns true if the first string ends with that exact suffix. \ No newline at end of file