For the `tr` utility, currently only [:upper:] and [:lower:] character classes are supported with CONFIG_FEATURE_TR_CLASSES. POSIX defines support for additional character classes; from tr(1p): [:class:] Represents all characters belonging to the defined character class, as defined by the current setting of the LC_CTYPE lo‐ cale category. The following character class names shall be accepted when specified in string1: alnum blank digit lower punct upper alpha cntrl graph print space xdigit I haven't looked too in-depth into the code around this, so I don't know how feasible it would be to add some or all of the additional classes.