Contents

nonBaseCharacters

A character set containing the characters in Unicode General Category M*.

Declaration

class var nonBaseCharacters: CharacterSet { get }

Return Value

A character set containing all the non-base characters.

Discussion

This set is also defined as all legal Unicode characters with a non-spacing priority greater than 0. Informally, this set is the set of all characters used as modifiers of base characters.

See Also

Getting Standard Character Sets