issues
search
corywalker
/
expreduce
An experimental computer algebra system written in Go
MIT License
389
stars
27
forks
source link
Support StringReplace
#174
Closed
corywalker
closed
6 years ago
corywalker
commented
6 years ago
In[3]:= StringReplace["a\nb\nc", "\n"->" "]
Out[3]= a b c
In[3]:= StringReplace["a\nb\nc", "\n"->" "]
Out[3]= a b c