Handlebars String Functions

Use the Handlebars string functions to show and manipulate strings.

This section contains information about these Handlebars functions.

Function NameDescription
CharReturns a character when passed an ASCII character code.
ConcatConcatenates strings of text.
IndexOfReturns the position at which a substring occurs within a string.
LowercaseReturns the provided string using only lowercase letters.
ProperCaseReturns specified string with the first letter of each word capitalized.
ReplaceReplaces every occurrence of one substring with a different substring.
SubstringReturns a portion of a string, beginning at a specified character position.
TrimRemoves white space from the beginning and end of a string.
UppercaseReturns the provided string using only uppercase letters.