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....



IsLetter


Unit:SDL_stringl
Class:none
Declaration: function IsLetter (c: char): boolean;

The function IsLetter returns TRUE if the character c is a letter in the range of 'A' to 'Z' (either lower or upper case). Note that only the English alphabet is checked; umlauts or other letters of foreign languages are not recognized.



Last Update: 2023-Feb-06