Add Numbers to Text / Make Numbered Bullet Points
Add numbers or lettered bullet points to each non-empty line of your text. Choose from several numbering styles for your list or document.
Results
Instructions
- Paste or type your text into the input box. Each line will be processed.
- Example: apple\nbanana\ncarrot\npear
- Select your preferred numbering style (e.g. "1. ", "a. ", "(1) ", "(a) ", "A. ", "(A)").
- Click Convert to see your text with the selected numbering style applied to each line.
- Example output (with "1. "):
- apple\n2. banana\n3. carrot\n4. pear
- All empty lines in your input will be ignored.
Frequently Asked Questions (FAQs)
What happens to empty lines in my input?
All empty lines are ignored. Only non-empty lines are numbered.
What numbering styles are supported?
You can choose from: "1. ", "a. ", "(1) ", "(a) ", "A. ", "(A)".
What if I enter an invalid style?
The tool will default to "1. " if the style is not recognized.
Will the tool work with very large texts?
Yes, the tool is designed to handle large multi-line text inputs efficiently.
API Usage
API Usage
This tool provides an API for programmatic access.
Endpoint: POST /tools/numbered-bullets/api/
Request Body: { "text": "apple\nbanana\ncarrot\npear", "style": "a. " }
Response: The response will be the text with the selected numbering style applied to each line. { "result": "a. apple\nb. banana\nc. carrot\nd. pear" }