Preparing search index...

    Function normalizeKey

    • Normalizes a string key for consistent comparison.

      Applies lowercase, trim, Unicode NFC normalization, and whitespace collapsing to ensure consistent string matching regardless of input variations.

      Parameters

      • name: string

        The name to normalize

      Returns string

      Lowercase, trimmed, NFC-normalized string with collapsed whitespace