You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Reads a text stream and outputs a list of text blocks.

Parameters:

  • splitRegex - A Java Pattern which identifies where a block should be split.

Example:

{

"splitRegex":"\s*\n\n\s*"
}

(split blocks on two new-lines)


  • No labels