Function "substring"

Summary

Returns a new string that is a substring of the given string. The function belongs to the group "Text".

The return type is text.

Allowed number of parameters are 2.


Parameters

Parameter Description
1 Original string
2 Index at which the substring has to start.