Input (comma)
a,b, c,,d
Output (trim + ignore empty)
a\nb\nc\nd
Text Tools
Split text by a custom delimiter or regex, with trim, empty-block removal, and unique filtering. Useful for CSV-like cleanup and token lists.
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.
文本处理
项数: 0
已复制结果
Input (comma)
a,b, c,,d
Output (trim + ignore empty)
a\nb\nc\nd
Yes. Enable Regex mode and provide a valid pattern. Invalid patterns show an error instead of splitting.
Yes. Enable the option to ignore empty items.
Tools
Continue with another translated tool for a nearby task.
Text Splitter
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.
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.
Regex Extractor
Extract every regex match from text with flags, capture groups, expand-all groups, dedupe, and multiple output formats for log fields and structured collection.