Skip to main content
String Functions

Functions to relate to strings (words).

Updated over 2 weeks ago

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.

Did this answer your question?