Replace strings in text file

REPLACEINFILE replaces characters in ASCII file using PERL

Ahora está siguiendo esta publicación

Easy and efficient way to replace strings in ASCII files.
For example replace commas ',' to points '.' in large data files for easier load.

Citar como

Pekka Kumpulainen (2026). Replace strings in text file (https://es.mathworks.com/matlabcentral/fileexchange/18909-replace-strings-in-text-file), MATLAB Central File Exchange. Recuperado .

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
1.2.0.0

'-nobak' option to remove backup file, fixed help a little

1.1.0.0

Now supports paths with spaces, forced overwrite of existing output file, corrected replaceing of '.' and '\'

1.0.0.0

Note on platforms