MATLAB Repo Comment Stripper

Functions for deleting specified comments from m-files in Git repos or single files
5 téléchargements
Mise à jour 20 jan. 2021

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.

Citation pour cette source

Mateusz Florczak (2025). MATLAB Repo Comment Stripper (https://github.com/Zbyszard/Matlab-Comment-Stripper/releases/tag/v1.0.0), GitHub. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R2020b
Compatible avec les versions R2017a et ultérieures
Plateformes compatibles
Windows macOS Linux
Remerciements

Inspiré par : % MATLAB Comment Stripping Toolbox

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Publié le Notes de version
1.0.0

Pour consulter ou signaler des problèmes liés à ce module complémentaire GitHub, accédez au dépôt GitHub.
Pour consulter ou signaler des problèmes liés à ce module complémentaire GitHub, accédez au dépôt GitHub.