Search and Replace a WordSet Library

Versión 2.0.0.1 (15,3 KB) por fhz
Library with functions to (i) search and replace a set of words in a set of files and (ii) filter characters to validate a file.
74 descargas
Actualizado 17 jun 2019

Ver licencia

Library of functions to search and replace a set of words into another set and to validate a file.

Each file have a brief description of itself and examples of usage.

The main function to call is: fc_lib_file_search_replace_wordset.

Each file has a brief description of itself and some examples of usage.

%% functions used in this library

sctricly: search_replace_wordset_library

fc_lib_file_char_validator
fc_lib_file_get_extensions
fc_lib_file_locsub_arquivos
fc_lib_file_search_replace_wordset

shared from: file_library

fc_lib_createFile_AllFilesName_ListOfFiles_filter
fc_lib_createFile_AllFilesName
fc_lib_allFilesName_to_ListOfFiles
fc_lib_ListOfFiles_filter

fc_lib_save_file_extensao
save_file_tex

This library performs a similar task to:
Matlab on Edit -> Find Files

The advantage of this library is to enable the execution of as many changes as the user wants
and to store and to reuse them later.

Citar como

fhz (2024). Search and Replace a WordSet Library (https://www.mathworks.com/matlabcentral/fileexchange/61226-search-and-replace-a-wordset-library), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2017a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Agradecimientos

Inspirado por: File Manipulation Library

Inspiración para: Tea Component Analysis

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
2.0.0.1

1 - New name and image.

2.0.0.0

1 - Old codes have been updated to be used as functions;
2 - The two tasks are now performed by two different functions;
3 - This version has been simplified and organized with the usage of functions from file_library.

1.1.0.0

Save file function: no more blanks right of the sentence.
Added instruction and code to use DOS commands from Matlab. To create a list of all names of files in a folder and a cell list of them to be used in the main function.