MATLAB Repo Comment Stripper

版本 1.0.0 (7.7 KB) 作者: Mateusz Florczak
Functions for deleting specified comments from m-files in Git repos or single files
6.0 次下载
更新 2021/1/20

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

版本 已发布 发行说明
1.0.0

要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 存储库
要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 存储库