Slice List Online
Take a slice of a list, keeping only the items between two positions, counting from 1 and including both ends.
- Runs in your browser
- Nothing uploaded
- Free, no sign-up
Processed locally in your browser. Your text never leaves this tab.
How to Use Slice List Online
- Paste your list. One item per line.
- Set the start and end positions. Positions count from 1 and both ends are included.
- Slice it. Only the items in that range are kept, so 2 to 4 keeps the second, third, and fourth items.
- Copy the result. Click Copy result. It all runs in your browser.
Frequently Asked Questions
How do the positions count?
From 1, not 0, and both ends are included. A slice from 2 to 4 keeps the second, third, and fourth items.
What if the end position is past the list?
The slice simply stops at the last item, so you get everything from the start position to the end of the list.
How is this different from keeping the first or last items?
Slicing keeps a range from the middle, defined by a start and an end, rather than just the top or the bottom of the list.
What if I enter a start larger than the end?
The tool shows a short message asking for a valid range, where the end is at least the start.
Is my list uploaded?
No. The slicing runs in your browser and your list never leaves the tab.
Related Tools
Add Bullets to List Item →
Add bullet points to list items instantly. Choose from presets or use custom bullets.…
Add List Prefix - Prepend Text →
Add List Prefix list items instantly. Bullets, numbers, arrows, checkboxes, or custom text. Free,…
Add Suffix to List Items →
Add suffix to list items instantly. Periods, commas, punctuation, or custom text. Free, secure,…
Alphabetize List Sort Items Online | A-Z →
Alphabetize list items instantly. Sort A-Z or Z-A, case-sensitive or not. Remove duplicates option.…
Append List Items - Merge Lists →
Append and merge lists instantly. Combine multiple lists with duplicate removal. Free, secure, client-side…
Change List Length →
Change List Length Truncate, pad, or cycle any list to a target length. Free,…
Change List Separator →
Change List Separator and Convert list separators between newline, comma, tab, semicolon, pipe, and…
Chunk List Text →
Split any list into fixed-size chunks with line/numbered/labeled/custom-separator output. Live preview, keep-or-drop trailing chunk.…
Colorized List Item →
Colorized list item online. Turn any list text into a colour-coded HTML block with…
Convert List to Columns →
Arrange list items into 2-10 monospace-aligned columns with horizontal or vertical fill. Free, offline,…
Convert List to Image →
Turn a text list into a PNG or JPEG image with custom fonts, colors,…
Count List Items →
Count list items with frequency analysis, duplicates, unique-only output, TSV export. Free, client-side, instant.