Sentences to List
Break continuous text into individual sentences and present them as a numbered list. Splits on sentence-ending punctuation.
Example
Input
This is sentence one. This is sentence two! And three?
Output
1. This is sentence one. 2. This is sentence two! 3. And three?
How Sentences to List Works
Break continuous text into individual sentences and present them as a numbered list. Splits on sentence-ending punctuation.
This tool runs entirely in your browser — no data is sent to any server. Paste your text, click Run, and get your result instantly. You can also chain this tool with others using the pipeline feature: run Sentences to List, then continue with a related tool to build a multi-step text workflow.
Related Tools
TextRefinery is a free, open-source text processing toolkit. Learn more about regular expressions and text processing on the web.