Function getInitials

  • Returns the initials of a full name.

    Parameters

    • fullName: string

      The full name to get the initials from.

    • maxLength: number = 2

      The maximum number of initials to return.

    Returns string

    The initials of the full name.

Generated using TypeDoc