Check whether specified string is valid C++ identifier.
bool isCppIdentifier(const AnsiString &str);
bool isCppIdentifier(const String &str);