Remove all line breaks from a block of text and join everything into a single continuous string, optionally replacing each break with a custom separator — a space, comma, pipe, or anything else. A common use case is fixing text copied from a PDF, where hard line breaks appear at every line ending. You can also use it to convert a multi-line list into a delimiter-separated value in one step.