Function removeAccents

  • Replaces any accent characters in the string with non accents.

    Returns

    The new string without accents

    Example

    removeAccents('Antoine de Saint-Exupéry')
    // 'Antoine de Saint-Exupery'

    Parameters

    • s: string

      The string

    Returns string

Generated using TypeDoc