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.
111 téléchargements
Mise à jour 1 fév. 2019

Afficher la licence

%%% 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 Linux
Catégories
En savoir plus sur Resource Allocation Modeling dans Help Center et MATLAB Answers

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.2

Updated description / how2use

1.0.1

Updated description / how2use

1.0.0