mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
Update website/docs/language/functions (#227)
Signed-off-by: Marcin Białoń <mbialon@spacelift.io>
This commit is contained in:
@@ -23,7 +23,7 @@ helloworld
|
||||
|
||||
## Related Functions
|
||||
|
||||
* [`trim`](/terraform/language/functions/trim) removes characters at the start and end of a string.
|
||||
* [`trimsuffix`](/terraform/language/functions/trimsuffix) removes a word from the end of a string.
|
||||
* [`trimspace`](/terraform/language/functions/trimspace) removes all types of whitespace from
|
||||
* [`trim`](/opentf/language/functions/trim) removes characters at the start and end of a string.
|
||||
* [`trimsuffix`](/opentf/language/functions/trimsuffix) removes a word from the end of a string.
|
||||
* [`trimspace`](/opentf/language/functions/trimspace) removes all types of whitespace from
|
||||
both the start and the end of a string.
|
||||
|
||||
Reference in New Issue
Block a user