(((meta (@ (content . "EString Key Type") (name . "title"))) (meta (@ (content . "manual") (name . "role"))) (meta (@ (content . "#manual #meta #reference #zettel #zettelstore") (name . "tags"))) (meta (@ (content . "zmk") (name . "syntax"))) (meta (@ (content . "00001006030000 00001012931200") (name . "back"))) (meta (@ (content . "00001006030000 00001012931200") (name . "backward"))) (meta (@ (content . "1") (name . "box-number"))) (meta (@ (content . "(c) 2020-present by Detlef Stern ") (name . "copyright"))) (meta (@ (content . "20210212135017") (name . "created"))) (meta (@ (content . "00001006010000") (name . "forward"))) (meta (@ (content . "en") (name . "lang"))) (meta (@ (content . "EUPL-1.2-or-later") (name . "license"))) (meta (@ (content . "20230419175525") (name . "modified"))) (meta (@ (content . "20230419175525") (name . "published"))) (meta (@ (content . "public") (name . "visibility")))) (p "Values" " " "of" " " "this" " " "type" " " "are" " " "just" " " "a" " " "sequence" " " "of" " " "character," " " "possibly" " " "an" " " "empty" " " "sequence.") (p "An" " " "EString" " " "is" " " "the" " " "most" " " "general" " " "metadata" " " "key" " " "type," " " "as" " " "it" " " "places" " " "no" " " "restrictions" " " "to" " " "the" " " "character" " " "sequence." (sup (@ (id . "fnref:1")) (a (@ (class . "zs-noteref") (href . "#fn:1") (role . "doc-noteref")) "1"))) (h2 (@ (id . "allowed-values")) "Allowed" " " "values") (p "All" " " "printable" " " "characters" " " "are" " " "allowed.") (h2 (@ (id . "query-comparison")) "Query" " " "comparison") (p "All" " " "comparisons" " " "are" " " "done" " " "case-insensitive," " " "i.e." " " (@L (@H "“") "hell" (@H "”")) " " "will" " " "be" " " "the" " " "prefix" " " "of" " " (@L (@H "“") "Hello" (@H "”")) ".") (h2 (@ (id . "sorting")) "Sorting") (p "To" " " "sort" " " "two" " " "values," " " "the" " " "underlying" " " "encoding" " " "is" " " "used" " " "to" " " "determine" " " "which" " " "value" " " "is" " " "less" " " "than" " " "the" " " "other.") (p "Uppercase" " " "letters" " " "are" " " "typically" " " "interpreted" " " "as" " " "less" " " "than" " " "their" " " "corresponding" " " "lowercase" " " "letters," " " "i.e." " " (code "A < a") ".") (p "Comparison" " " "is" " " "done" " " "character-wise" " " "by" " " "finding" " " "the" " " "first" " " "difference" " " "in" " " "the" " " "respective" " " "character" " " "sequence." " " "For" " " "example," " " (code "abc > aBc") "."))