Use this Replace Characters with New Lines tool to quickly split text by custom characters like commas, pipes, semicolons, or symbols. Paste text or upload a file, choose real line breaks or HTML <br> output, and get clean line-by-line text instantly.
Paste text or upload a TXT/CSV/HTML file, then set the characters you want to replace with new lines.
The Replace Characters with New Lines tool helps you split text quickly by replacing selected characters with line breaks. It is useful for converting comma-separated, pipe-separated, or symbol-separated text into clean line-by-line output.
<br> tags<br> tags.Input:
red,blue|green;yellow
Characters to replace: ,;|
Output (new lines):
red
blue
green
yellow
<br> output
Include all separators you expect in the replacement field. For example, use ,;|/
to split values separated by commas, semicolons, pipes, or slashes in one run.