Functions | |
char* | djStrDeepCopy (const char *src) |
Make a deep copy of string. Must be deleted with "delete". | |
char* | djStrDeepCopy (const char *src, int n) |
void | djStrToLower (char *str) |
Convert string in-place to uppercase. | |
char* | djStrPart (char *str, int i, char *delim) |
For returning sections of strings using given delimiters. i is 1-based eg djStrPart("a,b;c,d", 3, ",;") should return "c" You are responsible for deleting the string it returns. |
http://www.scorpioncity.com/djgame.html Copyright (C) David Joffe. Generated: 15 Jul 2001 |