Convert numbered lists into bulleted lists

Please log in or register to do it.

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.

Conversion Options:


Converts every numbered list item (lines starting with a number and a period) into a bulleted list using the default bullet "•".

Converts numbered lists to bulleted lists using a custom bullet character. Specify the bullet below.

Only converts lines that match a specified numbered list pattern. Enter a regex pattern (without delimiters) to match list items. For example, "^\d+\.\s" matches lines starting with numbers followed by a period and a space.

Converts numbered lists into bulleted lists while retaining the original numbering in parentheses after the bullet.

Examples:

Convert All Numbered Lists

Converts lines like "1. Item" into a bulleted list.

Before:
1. First item
2. Second item
3. Third item
After:
• First item
• Second item
• Third item

Custom Bullet Character

Converts numbered lists into bulleted lists using a custom bullet character.

Before:
1. Item one
2. Item two
After (bullet "–"):
– Item one
– Item two

Convert Only Specific Pattern

Only converts lines that match the specified pattern.

Before:
1. List one
Not a list item.
2. List two
After (pattern "^\d+\.\s"):
• 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.

Before:
1. Alpha
2. Beta
3. Gamma
After:
• (1) Alpha
• (2) Beta
• (3) Gamma
Convert text to InVeRsE CaSe
Convert spaces after punctuation into nothing

Your email address will not be published. Required fields are marked *