Paste multiple lines and choose a separator, and the tool joins them into a single line with that separator between each.
Space, comma, semicolon, newline, or any custom separator string.
Yes — leading/trailing whitespace is trimmed from each line before joining.
Not directly, but you can process lines in groups using the split option.