SearchAndReplaceMany
Aucune licence
SEARCHREPLACEMANY This is the command line version of SearchReplaceManyGUI.
*** THIS VERSION WILL WORK ON ANY VERSION OF MATLAB WITH REGEXPREP AND ON ANY OPERATING SYSTEM ***
This program will search all files in the list, TargetFiles, for all the strings, SearchStrings, and replace them withtheir corresponding replacement strings, ReplaceStrings.
For example, you may change all instances of "COMPANY" to "THE MATHWORKS" and all instances of "CLIENT" to "MICHAEL ROBBINS" simultaneously on C:\MATLAB7\LICENSE.TXT and C:\WORK\SNR.M
Provide this function with a CellString of target files, search strings (regex), corresponding replacement strings (regex), prefixes to be applied to all search strings, suffixes, prefixes to be applied to all replacement strings, and suffixes. Also provide a 1 (true) to assume strings are regular expressions or 0 (false) to take strings literally.
It's easier to read the code than forme to explain it.
Citation pour cette source
Michael Robbins (2024). SearchAndReplaceMany (https://www.mathworks.com/matlabcentral/fileexchange/6987-searchandreplacemany), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Plateformes compatibles
Windows macOS LinuxCatégories
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
Version | Publié le | Notes de version | |
---|---|---|---|
1.0.0.0 | It doesn't fit in this little box! |