CATEGORY-NOT:
Unicode category syntax

Prev:CATEGORY:


Vocabulary
unicode.categories

Syntax
CATEGORY-NOT: foo Nl Pd Lu | "Diacritic" property? ;


Word description
This defines a predicate class which is a subset of code points, the complement of what CATEGORY: would define. In this example, foo is the class of characters which are neither in the general category Nl or Pd or Lu, nor have the Diacritic property.

Definition