HtmlEncode Op

HtmlEncode

encode a string to html


HTML encoding ensures that text will be correctly displayed in the browser, not interpreted by the browser as HTML

e.g. "<" becomes ">", so it will not be interpreted as an opening character of a tag


Full Name
  • Ops.String.HtmlEncode
Visibility
  • Core Op - visible for everyone
License
  • MIT
AuthorgithubMaintained by Team


INPUT PORTS


String (String)

OUTPUT PORTS


result (String)

 

Patches using HtmlEncode

  • Examples
  • Public
  • My Patches

Changelog


new opop createduser avatarpandur - 2025-03-03 11:59