Sentence Splitter
Split a paragraph into one sentence per line.
Splits a paragraph into individual sentences, one per line — useful for reviewing a piece of writing sentence-by-sentence, feeding sentences into another tool one at a time, or turning prose into a line-based format for further processing.
Example: A paragraph with three sentences, ending in a period, an exclamation point, and a question mark, splits into three separate lines, one sentence per line.
How it works
- Paste a paragraph
- Sentences are detected by their ending punctuation, instantly on your device
- Copy the result, one sentence per line
Frequently asked questions
How are sentence boundaries detected?
Sentences are split after a period, question mark, or exclamation point followed by a space — the same approach Sentence Counter uses, which can occasionally miscount an abbreviation like "Dr." as a sentence end.
Is my text uploaded anywhere?
No — Sentence Splitter runs entirely in your browser using JavaScript/WebAssembly. Your text is never sent to a server.
Does this handle abbreviations like \"Dr.\" or \"e.g.\" without splitting mid-sentence?
Not perfectly — like Sentence Counter, this splits on any period, so an abbreviation followed by a capital letter can occasionally create an extra line break. Review the output for text with heavy abbreviation use.