Search and Replace a WordSet Library

Version 2.0.0.1 (15.3 KB) by 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 Downloads
Updated Mon, 17 Jun 2019 01:10:09 +0000

View License

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.

Cite As

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. Retrieved .

MATLAB Release Compatibility
Created with R2017a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Acknowledgements

Inspired by: File Manipulation Library

Inspired: Tea Component Analysis

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
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.