Online Text Splitter
文本分割分隔符列表转换文本处理
Split text by a custom delimiter and rejoin with any connector — default newline split with comma join, perfect for turning lists into array literals, CSV rows or quoted lists, fully local.
All processing is done locally in your browser. No data is uploaded.
How to Use
- Paste any valid JSON, supports nesting, arrays and escapes
- Click Beautify to auto indent and format
- Click Minify to remove whitespace into one line
- All operations run locally for privacy
Related Tools
FAQ
What is the default split behavior?
Splits by newline and joins with comma+space into one line; both delimiter and joiner are customizable.
Are blank fragments kept?
No, each piece is trimmed and empty items filtered for cleaner output.
Will my data be uploaded?
No, all processing runs locally in your browser.