Inserts a substring into another string at a given position
Syntax:
{INSERT( «string» , «string», «num»)}
Arguments:
First «string»
Character string to insert another string into
Second «string»
String value to insert in another string
«num»
Zero-based character position where the substring is to be inserted