- 4.61.2.27 -
Standard Units
Strings Unit
Strings Unit Procedures and FunctionsIsValidIdent function
Targets: MS-DOS, OS/2, Win32
Strings Unit
Tests for a valid Pascal identifier.
Declaration:
function IsValidIdent(const Ident: String ): Boolean;
Remarks:
IsValidIdent returns TRUE if the given string is a valid Pascal
identifier. Identifiers are tokens that have a special meaning in TMT Pascal.
Identifiers begin with a letter (A-Z or a-z) or underscore, and may contain
letters, underscores, and digits (0-9).
|
|
|
IsPathDelimiter function |
Table of Content |
LastDelimiter function |
- 4.61.2.27 -