Update website/docs/language/functions (#227)

Signed-off-by: Marcin Białoń <mbialon@spacelift.io>
This commit is contained in:
Marcin Białoń
2023-08-30 14:59:37 +02:00
committed by GitHub
parent 19c658c516
commit 554f303899
101 changed files with 312 additions and 388 deletions

View File

@@ -22,5 +22,5 @@ This function uses Unicode's definition of letters and of upper- and lowercase.
## Related Functions
* [`lower`](/terraform/language/functions/lower) converts letters in a string to _lowercase_.
* [`title`](/terraform/language/functions/title) converts the first letter of each word in a string to uppercase.
* [`lower`](/opentf/language/functions/lower) converts letters in a string to _lowercase_.
* [`title`](/opentf/language/functions/title) converts the first letter of each word in a string to uppercase.