alphanumerics
A character set containing the characters in Unicode General Categories L*, M*, and N*.
Declaration
class var alphanumerics: CharacterSet { get }Return Value
A character set containing all the alphanumeric characters.
Discussion
Informally, this set is the set of all characters used as basic units of alphabets, syllabaries, ideographs, and digits.
See Also
Related Documentation
- String Programming Guide