Split Text
Split text into chunks by character count, words or lines. Useful for Twitter threads, long messages and chunked processing.
How does the split work?
Choose the criterion (characters, words, lines or regex) and the size. The text is split into blocks of the given size, preserving whole words when splitting by chars or words.
Each block gets a number and a count. Useful for posting Twitter/X threads, splitting long messages into SMS or processing chunked text.
100% local processing.
Related Tools
Word Cloud
Build a word cloud from text, with each word sized proportionally to its frequency.
Text Rewriter
Applies simple transformations to text: swap words for common synonyms, expand abbreviations, remove redundancies.
Spell Checker
Enables the browser native spellcheck for proofing. Supports PT, EN and others depending on the OS.