findreplace
Versión 1.0.0.0 (2,77 KB) por
Fahad Al Mahmood
This function finds and replaces strings in a text file
SYNTAX:
findreplace(file,otext,ntext)
findreplace(file,otext,ntext,match)
file: text file name (with or without path)
otext: text to be replaced (old text)
ntext: replacing text (new text)
match: either (1) for match case or (0) to ignore case. Default value is (1)
Example:
findreplace('sample.txt','Moller','Moler');
findreplace('sample.txt','jake','Jack',0);
findreplace('sample.txt','continue it is','continue its',0);
Citar como
Fahad Al Mahmood (2026). findreplace (https://la.mathworks.com/matlabcentral/fileexchange/9447-findreplace), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Se creó con
R14SP3
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
Más información sobre Characters and Strings en Help Center y MATLAB Answers.
Etiquetas
Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
| Versión | Publicado | Notas de la versión | |
|---|---|---|---|
| 1.0.0.0 |
