$newline never
- The display name needs to contain the surname (“#{userSurname}”) entirely.
$maybe title <- userTitle
- The display name needs to consist entirely of fragments of the title (“#{title}”), the given name (“#{userFirstName}”), and the surname (“#{userSurname}”).
$nothing
- The display name needs to consist entirely of fragments of the given name (“#{userFirstName}”), and the surname (“#{userSurname}”).
- The display name may not contain clusters of multiple whitespace characters.
- The display name may not contain any special characters that do not occur in any part of the name.