Splitter.SplitTextByRepeatedLengths
Returns a function that splits text into a list of text after the specified length repeatedly.
function (length
as number, optionalstartAtEnd
as nullable any) as function
Returns a function that splits text into a list of text after the specified length repeatedly.
Splitter
Last modified 4yr ago