Files
opentf/website/docs/language/functions/strrev.html.md
Dylan Staley 0e48f58688 Revert "migrate docs to mdx"
This reverts commit 3cb12b5a52.
2021-11-22 15:57:25 -08:00

624 B

layout, page_title, sidebar_current, description
layout page_title sidebar_current description
language 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