Word Key Type
Values of this type denote a single word.
Allowed values
Must be a non-empty sequence of characters, but without the space character.
All characters are mapped to their lower case values.
Match operator
A value matches a word value, if both value are character-wise equal, ignoring upper / lower case.
Sorting
Sorting is done by comparing the String values.