Skip to main content

isAccentedOrLatinCharacter

Callable

  • isAccentedOrLatinCharacter(character: string): boolean

  • check if the character is one of the following: áàãâéèêíìîõóòôúùûñç


    Parameters

    • character: string

      The character needs to be checked.

    Returns boolean

    • true if is one of the above, otherwise false.