MATLAB Repo Comment Stripper

Functions for deleting specified comments from m-files in Git repos or single files

https://github.com/Zbyszard/Matlab-Comment-Stripper

您现在正在关注此提交

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 Comment Stripping Toolbox

MATLAB 版本兼容性

  • 与 R2017a 及更高版本兼容

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.0.0

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