Maxima Function
supcase (string)
supcase(string,start)
supcase(string,start,end)
Returns string except that lowercase characters from position start to end are replaced by the corresponding uppercase ones. If end is not given, all lowercase characters from start to the end of string are replaced.
(%i1) supcase("english",1,2); (%o1) English