đ Getting Started
Enter your text in the input area and choose how you want to split it.
đ Split Methods
- By Character Count: Splits text every N characters
- By Word Count: Splits text every N words
- By Line Count: Splits text every N lines
- By Custom Delimiter: Splits at a custom separator (e.g., |||)
- By Sentence: Splits at sentence boundaries
- By Paragraph: Splits at paragraph boundaries
âī¸ Advanced Options
- Maintain Word Boundaries: Prevents splitting words in the middle
- Overlap Characters: Adds overlap between chunks for context
- Preserve Formatting: Keeps original line breaks and spacing
- Number Chunks: Automatically numbers each chunk
đž Export Options
- Export Individual Chunks: Download each chunk separately
- Export All Chunks: Download all chunks as a ZIP file
- Copy to Clipboard: Copy chunk content to clipboard
đĻ Batch Processing
Save your split patterns for reuse. Give your pattern a name and click "Save Pattern". Load saved patterns to apply them to new text.
đ API Integration
Generate API code to integrate this tool with your applications. The generated code shows how to use the split functionality programmatically.
đ Compare Chunks
Compare two chunks side by side to see differences. Useful for verifying split accuracy.
â¨ī¸ Keyboard Shortcuts
Ctrl + Enter - Split text
Ctrl + Z - Undo last split
Ctrl + Shift + C - Clear all
đĄ Tips
- Use overlap for better context in NLP applications
- Maintain word boundaries for readability
- Save frequently used patterns for efficiency
- Large files are handled automatically with progress indication