Files
opentf/website/docs/configuration/functions/strrev.html.md
Nick Fagerlund 596e529602 website: Adopt a ton of pages into the "language" layout
As of this commit, that layout doesn't exist yet, but I'm isolating the one-line
changes to their own commit to try and keep your eyes from glazing over.
2020-10-26 18:19:26 -07: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