Kaim::StringUtils Class Reference

Kaim::StringUtils Class Reference

#include <stringutils.h>

Class Description

Utility functions for manipulating strings.

Parsing functions

returns -1 if not found

static KyInt32 FindFirstOf (const char *str, const char *charsToSearch, KyInt32 start=0)
 
static void GetTokens (const char *str, const char *delimiters, KyArray< String > &tokens, bool acceptEmptyStrings=false)
 

safe sprintf variants

static KyInt32 SafeSvprintf (KyArrayPOD< char > &dest, const char *textFmt, va_list argList)
 
static KyInt32 SafeSprintf (KyArrayPOD< char > &dest, const char *textFmt,...)
 

The documentation for this class was generated from the following file: