Note: Added in G-Cows version 1.2
substring
returns length
characters from source
, starting from index from
. If length
is not specified,
returns everything from index from
up to the end.
source
can be any valid expression reducing to a string;
from
and length
can be any
valid expression reducing to an integer.
This manual can be downloaded from http://www.g-cows.org/.