function IsIdentLetterChar(const C: AnsiChar): Boolean; overload;
ecStrUtils
Returns true if character C is Latin alpha character or '_'.
Functions