Contents

controlCharacters

A character set containing the characters in Unicode General Category Cc and Cf.

Declaration

class var controlCharacters: CharacterSet { get }

Return Value

A character set containing all the control characters.

Discussion

These characters include, for example, the soft hyphen (U+00AD), control characters to support bi-directional text, and IETF language tag characters.

See Also

Getting Standard Character Sets