MID Function
From Planfix
The MID function returns a set number of symbols of a text string, starting with a specified position.
Format:
MID(text;start_position;number_of_symbols)
Examples:
MID(A;5;10)
MID(Template:Task.String field;2;2)