MATLAB Repo Comment Stripper
バージョン 1.0.0 (7.66 KB) 作成者:
Mateusz Florczak
Functions for deleting specified comments from m-files in Git repos or single files
The package includes two functions:
-striprepo which deletes all or specified comments from a Git repository, e.g. you can delete comments that start with '%?', '%TODO:' or any other sequence
-stripfile which does the same but affects a given file or creates a modified copy
Block comments are affected this way:
%{
<any string>
comment content
%}
Check out README.md on GitHub for more detailed description.
Credits to Peter John Acklam for constructing the main regex used here.
引用
Mateusz Florczak (2026). MATLAB Repo Comment Stripper (https://github.com/Zbyszard/Matlab-Comment-Stripper/releases/tag/v1.0.0), GitHub. に取得済み.
MATLAB リリースの互換性
作成:
R2020b
R2017a 以降のリリースと互換性あり
プラットフォームの互換性
Windows macOS Linuxタグ
謝辞
ヒントを得たファイル: % MATLAB Comment Stripping Toolbox
tests
| バージョン | 公開済み | リリース ノート | |
|---|---|---|---|
| 1.0.0 |
この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。
この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。
