initials

val initials: String

Initials of the contact.

This is composed of the first letter of the given name and the first letter of the family name as described in StructuredName

Prefixes, suffixes, middle names, digits, smileys are excluded from the initials. E.g. "(Dr.) (Jane) (Maria) (Goodall) (II)" → "JG"

If the prefix is part of the given name, it will be part of the initials. E.g. "()(Dr.Jane) (Maria) (Goodall) (II)" → "DG"

If no family name is present, only the given name is used. E.g. "(Dr.) (Jane) (Maria) () (II)" → "J"

If no given name is present, only the family is used. E.g. "(Dr.) () (Maria) () (II)" → "M"

This is an empty string if the contact does not have any initials.