WordBreakerSpec.joinWordsAt property
Home > @keymanapp/kmc-model > WordBreakerSpec > joinWordsAt
WordBreakerSpec.joinWordsAt property
If present, joins words that were split by the word breaker together at the given strings. e.g.,
joinWordsAt: ['-'] // to keep hyphenated items together
14.0
Signature:
readonly joinWordsAt?: string[];