htmlEntities - decode/encode html entities

バージョン 1.0.2 (4.81 KB) 作成者: YT
An easy to use function to decode/encode html entities. Provided with 'entities.mat' which is a table consisting of chars and entities.
ダウンロード: 101
更新 2019/2/1

ライセンスの表示

%%% 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'

引用

YT (2024). htmlEntities - decode/encode html entities (https://www.mathworks.com/matlabcentral/fileexchange/70161-htmlentities-decode-encode-html-entities), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2018b
R2016b 以降のリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersResource Allocation Modeling についてさらに検索

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.2

Updated description / how2use

1.0.1

Updated description / how2use

1.0.0