Versions Compared

Key

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

...

Include Page
Generic Configuration Parameters
Generic Configuration Parameters

Configuration Parameters

  • case (boolean, optional) -
    Parameter
    summary
    If true, all tokens are separated on a case change
    . (
    default
    = true)number (boolean, optional) -
    true
    namecase
    typeboolean
  • Parameter
    summaryIf true, all tokens are separated on a letter-number
    . (
    default
    = true)
    true
    namenumber
    typeboolean
  • punctuation (boolean, optional) -
    Parameter
    summary
    If true, all tokens are separated on an alphanumeric-punctuation
    . (
    default
    = true)splitFlag (string, optional) - Flag name used to identify the vertex created by the split. If none provided "ALL_PUNCTUATION" is used.
    true
    namepunctuation
    typeboolean
  • Parameter
    summaryIf true, all tokens are separated on an alphanumeric-punctuation
    namesplitFlag


Code Block
languagejs
themeEclipse
titleExample Configuration
{
  	"type":"CharChangeSplitter",
  	"case": true,
	"number": true,
	"punctuation": true
}

...