sunlisp SciMax Toolbox supcontext

SciMax Toolbox >> supcase

supcase

Maxima Function

Calling Sequence

supcase (string)
supcase(string,start)
supcase(string,start,end)

Description

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
sunlisp SciMax Toolbox supcontext