Function normalizeText

Normalize text by applying inputFormatter function to each character.

  • Parameters

    • text: string

      The input text to normalize.

    • config: Partial<IConfig> = {}

      The configuration object.

    Returns string

    • The normalized text.