Contents

hasNonLettersMask

Contains punctuation, symbols, and so on.

Declaration

static var hasNonLettersMask: CFStringTokenizerTokenType { get }

Discussion

Given the way Unicode word break works, this means it is a standalone punctuation or symbol character, or a string of such.

See Also

Constants