MATLAB Repo 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 (2024). MATLAB Repo Comment Stripper (https://github.com/Zbyszard/Matlab-Comment-Stripper/releases/tag/v1.0.0), GitHub. 검색 날짜: .
MATLAB 릴리스 호환 정보
플랫폼 호환성
Windows macOS Linux태그
도움
도움 받은 파일: % MATLAB Comment Stripping Toolbox
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!tests
버전 | 게시됨 | 릴리스 정보 | |
---|---|---|---|
1.0.0 |