It modifies special symbols of HTM into entities and vice versa.
Parameters:

Name Type, value Description
direction One of: encode or decode; default encode It encoding direction. encode: from special symbols into entities, Decode: from entities into special symbols.

Example:

Set html <p>Hello\ "dude"!</p>
# Show original string
Dump html
# Convert symbols into entities
Filter Html html
# Show result
Dump html

Result:

html => <p>Hello "dude"!</p>
html => &lt;p&gt;Hello &quot;dude&quot;!&lt;/p&gt;

ExtendItem Standart Filters Remove

Get Started Now. Try the Demo.

To access, use:
Login: demo
Password: demo