stock ToLowerExtended(string[]){ for(new i = 0, j = strlen(string); i < j; i++){ string[i] = tolower(string[i]); } }