Product Site

5.1.7.2. alnum (Class Method)

Returns the string 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz, a character sequence representing the POSIX character class name ALNUM (alphanumeric characters).

See also class methods alpha and digit.