maxVariable property

String? maxVariable
getter/setter pair

Field that determines up to which characters are considered ignorable when alternate: "shifted". Has no effect if alternate: "non-ignorable" Possible values are:

  • "punct" Both whitespaces and punctuation are “ignorable”, i.e. not considered base characters.
  • "space" Whitespace are “ignorable”, i.e. not considered base characters.

Implementation

String? maxVariable;