ssubst SciMax Toolbox staircase

SciMax Toolbox >> ssubstfirst

ssubstfirst

Maxima Function

Calling Sequence

ssubstfirst (new, old, string)
ssubstfirst(new,old,string,test)
ssubstfirst(new,old,string,test,start)
ssubstfirst(new,old,string,test,start,end)

Description

Like subst except that only the first substring that matches old is replaced.

ssubst SciMax Toolbox staircase