Mapping > List > Slice
Return a contiguous sub-list between start (inclusive) and end (exclusive).
Return a contiguous sub-list between start (inclusive) and end (exclusive).
Slice a substring out of a string by character indices.
Keep a range of lines from a JSONL file