htmlEntities - decode/encode html entities
Versión 1.0.2 (4,81 KB) por
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'
Citar como
YT (2024). htmlEntities - decode/encode html entities (https://www.mathworks.com/matlabcentral/fileexchange/70161-htmlentities-decode-encode-html-entities), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Se creó con
R2018b
Compatible con cualquier versión desde R2016b
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
Más información sobre Resource Allocation Modeling en Help Center y MATLAB Answers.
Etiquetas
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.