Input (comma split)
a,b,c,d
Output
a b c d
Text Tools
Split text into multiple lines by a fixed delimiter, character length, or word count. Optionally trim each segment and skip empty parts. Useful for list cleanup and chunking.
Favorite this tool
No favorite storage mode has been selected.
Quick actions
Copy this tool URL or open the system share sheet on a supported device.
文本处理
分隔符支持固定字符串,也可输入 \n、\t、\r\n 或 \s 表示换行、Tab、Windows 换行或空格。
等待输入
已复制结果
Input (comma split)
a,b,c,d
Output
a b c d
No. Delimiters are fixed strings, with escapes such as \n, \t, \r\n, and \s. Use a regex extractor when you need pattern matching.
Empty segments are skipped by default. Disable Skip empty segments to keep blanks created by consecutive delimiters.
Tools
Continue with another translated tool for a nearby task.
Text Joiner
Join multiline text into one line with common separators or a custom connector. Optional edge trimming and blank-line skipping help prepare lists and SQL-style value lists.
Remove Duplicate Lines
Remove duplicate lines from multiline text with options to ignore case, trim edges, keep first-seen order, and review frequency stats. Processing stays in your browser.
Remove Empty Lines
Remove blank lines from text, with an option to also drop whitespace-only lines. Line cleanup runs entirely in your browser.