substriings



-----maxima-admin at math.utexas.edu wrote: -----

>What is the function which pulls substrings out
>of a string,

(%i1) load(stringproc)$
(%i2) substring("world",2,5);
(%o2) orl

For user documenation, input ? string or ? substring.

Barton