locale which shall be used as the definition of this category. If this keyword is specified, no other keyword shall be specified.
cntrl, digit, punct, or space shall be specified. The uppercase letters <A> to <Z>, as defined in Character Set Description File (the portable character set), are in this class.
cntrl, digit, punct, or space shall be specified. The lowercase letters <a> to <z> of the portable character set are in this class.
cntrl, digit, punct, or space shall be specified. Characters classified as either upper or lower are in this class.
alpha and digit shall be specified as they are in this class.
upper, lower, alpha, digit, graph, or xdigit shall not be specified.
The <space>, <form-feed>, <newline>, <carriage-return>, <tab>, and <vertical-tab> of the portable character set, and any characters in the class blank are in this class.
alpha or print
code>upper, lower, alpha, digit, punct, graph, print, or xdigit shall not be specified.
alpha, digit,
upper, lower, alpha, digit, cntrl, xdigit, or as the <space> shall not be specified.
alpha, digit, and punct
upper, lower, alpha, digit, xdigit, and punct are in this class. No cntrl shall be specified.
upper, lower, alpha, digit, xdigit, punct, graph, and the <space> are in this class. No cntrl shall be specified.
digits shall be specified, in contiguous ascending sequence by numerical value, followed by one or more sets of six characters representing the hexadecimal digits 10 to 15 inclusive. Each set in ascending order (for example, <A>, <B>, <C>, <D>, <E>, <F>, <a>, <b>, <c>, <d>, <e>, <f>). The digits <zero> to <nine>, the uppercase letters <A> to <F>, and the lowercase letters <a> to <f> of the portable character set are in this class.
LC_CTYPE definition. charclass , but no characters are subsequently assigned to it, this is not an error; it represents a class without any characters belonging to it.
The charclass-name can be used as the property argument to wctype() , in regular expression and shell pattern-matching bracket expressions, and by the tr command.
a b c d e f g h i j k l m n o p q r s t u v w x y z A B C D E F G H I J K L M N O P Q R S T U V W X Y Zthe operand shall consist of character pairs, separated by <semicolon> . The characters in each character pair shall be separated by a <comma> and the pair enclosed by parentheses. The first character in each pair is the lowercase letter, the second the corresponding uppercase letter. Only characters specified for the keywords lower and upper shall be specified. The lowercase letters <a> to <z>, and their corresponding uppercase letters <A> to <Z>, of the portable character set are in this mapping, but only when
toupper is omitted from the locale definition.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z a b c d e f g h i j k l m n o p q r s t u v w x y zthe operand shall consist of character pairs, separated by <semicolon> characters. The characters in each character pair shall be separated by a <comma> and the pair enclosed by parentheses. The first character in each pair is the uppercase letter, the second the corresponding lowercase letter. Only characters specified for the keywords
lower and upper shall be specified.
If tolower is omitted from the locale definition, the mapping is the reverse mapping of the one specified for toupper.