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

Al momento, stai seguendo questo contributo

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.

Cita come

Mateusz Florczak (2026). MATLAB Repo Comment Stripper (https://github.com/Zbyszard/Matlab-Comment-Stripper/releases/tag/v1.0.0), GitHub. Recuperato .

Riconoscimenti

Ispirato da: % MATLAB Comment Stripping Toolbox

Informazioni generali

Compatibilità della release di MATLAB

  • Compatibile con R2017a e release successive

Compatibilità della piattaforma

  • Windows
  • macOS
  • Linux
Versione Pubblicato Note della release Action
1.0.0

Per visualizzare o segnalare problemi su questo componente aggiuntivo di GitHub, visita GitHub Repository.
Per visualizzare o segnalare problemi su questo componente aggiuntivo di GitHub, visita GitHub Repository.