I have a string that is assembled from various fields. I would like to be able to convert this string to an actual sentence - first letter of first word capitalized, with no other capitalizations.
I first tried an input mask, but because the values will be of varying length, that did not...