Versions Compared

Key

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

...

Include Page
Generic Configuration Parameters
Generic Configuration Parameters

Configuration Parameters

  • characters (string) -
    Parameter
    summary
    Text containing all the character that will be collapse
    namecharacters
    • Each character in this text will be omitted in the new lexical item created
  • caseSensitive (boolean, optional) -
    Parameter
    summary
    Indicates if the characters to collapse are case
    sensitive (
    insensitive
    default
    = false)
    false
    namecaseInsensitive


Code Block
languagejs
themeEclipse
titleExample Configuration
{
 "type":"CharacterCollapser",
 "characters":";-!:",
 "caseSensitivecaseInsensitive": truefalse
}



Example Output

Description

...