The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



IsAbbreviation


Unit:SDL_stringl
Class:none
Declaration:function IsAbbreviation (InString: string): boolean;

The function IsAbbreviation returns a TRUE value if the word contained in the string Instring is most likely an abbreviation. A word is considered to be an abbreviation if the number of consecutive uppercase letters is greater than the number of lowercase letters and digits. An abbreviation has to have at least 2 characters.


Last Update: 2023-Feb-06