Online Algebra Calculator
Many of users do not use powerful Maxima computer algebra system for systematic work, but for ad hoc algebraic calculations – equations, functions, matrixes, etc. only. To do this job, it is not useful to download the whole application from a web site.
Function: strim (<seq>,<string>) Returns a string like <string>, but with all characters that appear in <seq> removed from both ends.
(%i1) "/* comment */"$
(%i2) strim(" /*",%);
(%o2) comment
(%i3) slength(%);
(%o3) 7 There are also some inexact matches for strim. Try ?? strim to see them.
(%o1) true (%i2)