PreviousNext
Help > REFERENCE OF THE BUILT-IN FUNCTIONS > Text Functions > cut
cut

Format:

text_cut [, text_remainder]= cut (text, integer_begin, integer_count);

Cut and return substring from the text parameter s, starting from index “begin” and “count” characters long. Optionally also returns the remaining portion of the text argument without the cut part.