Versions Compared

Key

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

...

  • splitRegex (string, required) - A Java Pattern which identifies where a block should be split.
  • debug (boolean, optional)
    • Enable all debug log functionality of the stage, if any.


Code Block
languagejs
themeEclipse
titleExample Configuration
{
  "type":"SimpleReader",
  "splitRegex":"\s*\n\n\s*"
}

...