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

Details
Converting HTML entities to their corresponding characters is useful for working with HTML data, such as data from an HTML form or an HTML file.
Read more

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!
Release notes (1.0.1)
  • Remove "raise exception" when html is empty.
License (1.0.1)
Reviews (0)
Team
Other assets in this category