HtmlEncode Op
encode a string to html
Summary (oneliner)
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
- Core Op - visible for everyone
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch HTML en/decode
INPUT PORTS
String (String)
OUTPUT PORTS
result (String)