Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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*\rn\n\s*"
}

(split blocks on two new-lines)