String Key Type manual manual meta reference zettel zettelstore zmk 00001006030000 00001006030500 00001006032000 00001006032500 00001006034000 00001006035000 00001006035500 00001006036500 00001012931200 00001006030000 00001006030500 00001006032000 00001006032500 00001006034000 00001006035000 00001006035500 00001006036500 00001012931200 1 (c) 2020-present by Detlef Stern 20210212135017 en EUPL-1.2-or-later 20230419175633 20230419175633 public Values of this type are just a sequence of character, but not an empty sequence. Allowed values All printable characters are allowed. There must be at least one such character. Query comparison All comparisons are done case-insensitive, i.e. hell will be the prefix of Hello. Sorting To sort two values, the underlying encoding is used to determine which value is less than the other. Uppercase letters are typically interpreted as less than their corresponding lowercase letters, i.e. A < a. Comparison is done character-wise by finding the first difference in the respective character sequence. For example, abc > aBc.