This tool converts numbered lists into bulleted lists. It is designed to handle various numbered list formats and provides several useful options: • Convert all numbered list items (e.g., "1. Item") to a default bullet ("•"). • Use a custom bullet character (e.g., "–", "*", or any symbol) instead of the default. • Convert only those lines that match a specific numbered list pattern, by supplying a regex pattern. • Preserve the original numbering by appending it in parentheses after the bullet. Simply enter your text with numbered lists and choose the option that best suits your needs.
Examples:
Convert All Numbered Lists
Converts lines like "1. Item" into a bulleted list.
1. First item 2. Second item 3. Third item
• First item • Second item • Third item
Custom Bullet Character
Converts numbered lists into bulleted lists using a custom bullet character.
1. Item one 2. Item two
– Item one – Item two
Convert Only Specific Pattern
Only converts lines that match the specified pattern.
1. List one Not a list item. 2. List two
• List one Not a list item. • List two
Preserve Original Numbering with Bullets
Converts numbered lists into bulleted lists while retaining the original number in parentheses.
1. Alpha 2. Beta 3. Gamma
• (1) Alpha • (2) Beta • (3) Gamma