But what do I put in its place to split at newline or paragraph breaks? I've searched around and cannot find any solution.
I've also attempted to use regexp[], where it is easy to symbolize e.g paragraph breaks in the operand - but the output of a regexp seems to always be the full input so there is no way to split at the operand. Or are there any ways to make regexp actually manipulate the input?