# Functions
JoinAll concatenates the elements of a to create a single string with given separator string.
Reverse reverses the given string.
SubString returns a subset of a string with given startIndex and endIndex.
SubStringFromStart returns a subset of a string with given startIndex.
SubStringToEnd returns a subset of a string with given endIndex.
Truncate truncates a string with given length.