@yesstudio/yes-utils
    Preparing search index...

    Function removeAccentedCharacters

    • Removes accented characters from string.

      Parameters

      • string: string

        The string from which to remove accented characters.

      Returns string

      Returns the string with accented characters removed.

      removeAccentedCharacters('Déjà Vu')
      // => 'Deja Vu'