CorrectSpelling()
The function CorrectSpelling converts the characters of the first/last name to upper and lower case as expeceted: the first character will be in upper case, all other characters in lower case. The words "de", "der", "und", "van", "von" and "zu" always will be in lower case.
CorrectSpelling("max VON uNd zu mustERMann") - returns Max von und zu Mustermann