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