To flatten text in an array, we currently have to do this:
(assignedItems player) apply {toLowerANSI _x}
Instead we could
_array = toLowerANSI ["tHiS iS a",123,objNull," gOOD IDEa",4]; // ["this is a",123,objnull," good idea",4]
toLower/toLowerANSI/toUpper/toUpperANSI