Entity Decode Button Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
テキストエディタに3つのボタンを追加します。
<や>といったHTMLタグだけでなく、@や©といった特殊文字もエンティティ化することができます。
「entity_char」ボタン
文字を選択した状態で「entity_char」ボタンをクリックすると実体参照化します。PHPのhtmlspecialcharsに相当します。
例)「entity_char」ボタンの変換
<div> → <div>
「entity_num」ボタン
「entity_num」ボタンは10進数の数値文字参照化(文字参照)します。PHPのmb_encode_numericentityに相当します。(改行も変換するので複数行実行する場合は注意)
例)「entity_num」ボタンの変換
<div> → <div>
「decode」ボタン
「decode」ボタンは実体参照・文字参照の両方をデコードします。
例)「decode」ボタンの変換
<div> → <div>
<div> → <div>