/usr/share/freemat/help/text/strrep.mdc is in freemat-help 4.0-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | STRREP STRREP String Replace Function
Usage
Replace every occurance of one string with another. The
general syntax for its use is
p = strrep(source,find,replace)
Every instance of the string find in the string source is
replaced with the string replace. Any of source, find
and replace can be a cell array of strings, in which case
each entry has the replace operation applied.
|