| Did you know ... | Search Documentation: |
| string->translate |
from into to. If to
is @nil,
delete all
from characters. The following translates a string holding
a list of words line-by-line into a string where the words are separated
by spaces:
send(String, translate, '\n', ' ').