function (optionaltext
as nullable any,offset
as number, optionalcount
as nullable any) as nullable any
text
found at the offset offset
. An optional parameter, count
, can be included to specify how many characters to return. Throws an error if there aren't enough characters."World"
"World"