decode-html-entities
Reactive icon

Decode Html Entities

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded
 on 24 July 2024
 by 
5.0
 (1 rating)
decode-html-entities

Decode Html Entities

Documentation
1.0.0

Options 

 

  • Html: Html entities encoded.

  • Text: Html entities decoded.


HTML entities are special sequences of characters used to represent special symbols or characters that cannot be directly typed in an HTML document.


  • For example:
    • &lt; represents the < character.
    • &gt; represents the > character.
    • &amp; represents the & character.


  • Example: I&apos;m safer &amp;faster using OutSystems!
    • Convert to this: I'm safer & faster using OutSystems!