Reduce a display name to a canonical lookup key.
The transform, in order:
Khârn
Kharn
' ’ ‘ \
) —
→
Be'lakor
belakor
the betrayer
The result is intended only for comparison; it is not a display value.
normalizeName("Khârn the Betrayer"); // "kharn the betrayer"normalizeName("T'au"); // "tau" Copy
normalizeName("Khârn the Betrayer"); // "kharn the betrayer"normalizeName("T'au"); // "tau"
Reduce a display name to a canonical lookup key.
The transform, in order:
Khârn→Kharn.' ’ ‘ \" “ ”) —T'au→Tau`.Be'lakor→belakor,the betrayer→the betrayer.The result is intended only for comparison; it is not a display value.