Overview
These functions all return an updated string.
String Functions
String Count
.stringCount(string)
This function returns the number of characters in a given string.
Substring
.substring(string, fromIndex, toIndex)
This function returns a selected range of characters within a given string.
Format Number
.formatNumber(number)
This function formats a number according to a given style.