htmlEntities - decode/encode html entities
Version 1.0.2 (4,81 KB) von
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'
Zitieren als
YT (2025). htmlEntities - decode/encode html entities (https://www.mathworks.com/matlabcentral/fileexchange/70161-htmlentities-decode-encode-html-entities), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Erstellt mit
R2018b
Kompatibel mit R2016b und späteren Versionen
Plattform-Kompatibilität
Windows macOS LinuxKategorien
Mehr zu Resource Allocation Modeling finden Sie in Help Center und MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
Version | Veröffentlicht | Versionshinweise | |
---|---|---|---|
1.0.2 | Updated description / how2use |
||
1.0.1 | Updated description / how2use |
||
1.0.0 |