mid()
mid
has three parameters, a text and two numbers
m
and
n
. It returns
n
characters of the string, beginning at the
m
-th character. For example:
mid("race result"; 6; 3) - returns
res