string requiredThe text to inspect. Only its first character is used; the rest is ignored. Not trimmed, so a leading space counts as the space character. An empty string gives 0, and the single character 0 on its own also gives 0 (a parser quirk).
{ord: x}
{ord:A}
{ord:z}
{ord:7}
{ord:}
{ord:Apple}
{ord:0}
{ord:00}