You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/website/docs/configuration/functions/strrev.html.md

625 B

layout page_title sidebar_current description
functions strrev - Functions - Configuration Language docs-funcs-string-strrev The strrev function reverses a string.

strrev Function

strrev reverses the characters in a string. Note that the characters are treated as Unicode characters (in technical terms, Unicode grapheme cluster boundaries are respected).

strrev(string)

Examples

> strrev("hello")
olleh
> strrev("a ☃")
☃ a