How to use
1) Paste text → 2) Pick options → 3) Run (Shortcut: Ctrl/⌘ + Enter)
See example
Input: apple,pear,grape Split (separator → line break): apple pear grape Join (line break → separator): apple, pear, grape
Input
Options & Run
👉 Tip: For nicer spacing when joining, set separator to ,
(comma + space). Use \t
for tab and \n
for line break.
Related tools
FAQ
What is a separator?
A sign that tells where to split items — e.g., comma (,), semicolon (;), tab (↹), or pipe (|).
What does "Trim" mean?
It removes spaces at both ends. Example: ␣␣hello␣␣
→ hello
.
Why unify LF / CRLF?
Different systems use different line-break signals. macOS/Linux use LF, Windows uses CRLF. Unifying prevents broken lines.
Contact
Questions or suggestions? Email us.
Email: thenaom@naver.com