corywalker / expreduce

An experimental computer algebra system written in Go
MIT License
381 stars 25 forks source link

Support StringReplace #174

Closed corywalker closed 5 years ago

corywalker commented 5 years ago

In[3]:= StringReplace["a\nb\nc", "\n"->" "]

Out[3]= a b c