Contents

uppercaseLetters

A character set containing the characters in Unicode General Category Lu and Lt.

Declaration

class var uppercaseLetters: CharacterSet { get }

Return Value

A character set containing all the uppercase letter characters.

Discussion

Informally, this set is the set of all characters used as uppercase letters in alphabets that make case distinctions.

See Also

Getting Standard Character Sets