Document type whose normalization rules apply.
Raw user input.
Number of trailing chars to return (default 4).
Values <= 0 return the empty string. If the normalized form is shorter
than n, the full normalized form is returned.
The last n chars of the normalized form.
Returns the trailing
ncharacters ofinputafter normalization.Always operates on the canonical (normalized) form so that any user-visible formatting variation collapses to the same suffix. Common use case: index a
last4column for search alongside the encrypted full document.