Removes any known honorific suffix from the end of a string.
This function checks the input string for honorific suffixes
(e.g., "Jr.", "Sr.", "III") and removes the first match found.
The input string is trimmed before processing, and the result is
also trimmed.
Removes any known honorific suffix from the end of a string.
This function checks the input string for honorific suffixes (e.g., "Jr.", "Sr.", "III") and removes the first match found. The input string is trimmed before processing, and the result is also trimmed.