Contents

lowercaseLetters

A character set containing the characters in Unicode General Category Ll.

Declaration

class var lowercaseLetters: CharacterSet { get }

Return Value

A character set containing all the lowercase letter characters.

Discussion

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

See Also

Getting Standard Character Sets