wordSplitters top-level property

Iterable<string> get wordSplitters

Implementation

Iterable<string> get wordSplitters => [
      ...breaklineChars,
      ...whiteSpaceChars,
      ...identChars,
      ...endOfSentenceChars,
      ...midSentenceChars,
      ...openWrappers,
      ...closeWrappers,
    ];