1. Upload a text file using the file input above.
2. Enter the delimiter that should be used to split the text (e.g., ###, ---, etc.).
3. Enter the split points (optional): If provided, the text will be split into parts starting at the specified points. For example, entering "2,4" will split the text into:
- Part 1: First part (before split point 2)
- Part 2: Second part (starting at split point 2 and ending before split point 4)
- Part 3: Third part (starting at split point 4)
4. Select a mode: Choose between "Copy to Clipboard" (default) or "Download".
5. Click Split Text to process the file.
6. Once the text is split, you can copy or download each part individually using the buttons provided. Buttons that have been clicked will show a [✓] to indicate their status.
7. In Download mode, you can also download all parts as a single ZIP file using the "Download All Parts as ZIP" button.
- This tool allows you to split a text file into multiple parts based on the delimiters and split points you specify.
- The delimiter feature lets you specify how the text should be split (e.g., by ###, ---, etc.).
- If split points are provided, the text will be split into parts starting at the specified points.
- Each part will **not** include the delimiter unless it was part of the original text.
- You can choose to either copy the parts to the clipboard or download them as files.
- In Download mode, you can download all parts as a single ZIP file.