Search and Replace a WordSet Library

バージョン 2.0.0.1 (15.3 KB) 作成者: 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
更新 2019/6/17

ライセンスの表示

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.

引用

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. 取得済み .

MATLAB リリースの互換性
作成: R2017a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersCreate Presentation Content についてさらに検索
謝辞

ヒントを得たファイル: File Manipulation Library

ヒントを与えたファイル: Tea Component Analysis

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
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.