1 2 3
const char *strlwr(const char *s); char *trim(const char *s); char *replaceStr(const char *s, const char *old, const char *replace);