StringUtils
IntroductionStringUtils provides functions, which involve strings and are commonly used by the software
FunctionsisNumericstatic inline bool isNumeric ( const char *s) ParametersReturn ValuePointer to the a new string DiscussionChecks if a string represents a series of digits or not stringAppendstatic inline char* stringAppend ( char *base, const char *extention) ParametersReturn ValuePointer to the base string DiscussionAppends the extention string to the base string WARNING: Additional memory will be allocated |