htmlEntities - decode/encode html entities
Version 1.0.2 (4,81 ko) par
YT
An easy to use function to decode/encode html entities. Provided with 'entities.mat' which is a table consisting of chars and entities.
%%% HOW TO USE
%decode
decodedString = htmlEntities('my/path/to/entities.mat','my encoded strïng',0);
>> 'my encoded strïng'
%encode
encodedString = htmlEntities('my/path/to/entities.mat','my strïng',1);
>> 'my strïng'
Citation pour cette source
YT (2026). htmlEntities - decode/encode html entities (https://fr.mathworks.com/matlabcentral/fileexchange/70161-htmlentities-decode-encode-html-entities), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Créé avec
R2018b
Compatible avec les versions R2016b et ultérieures
Plateformes compatibles
Windows macOS LinuxCatégories
En savoir plus sur Resource Allocation Modeling dans Help Center et MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
| Version | Publié le | Notes de version | |
|---|---|---|---|
| 1.0.2 | Updated description / how2use |
||
| 1.0.1 | Updated description / how2use |
||
| 1.0.0 |
