Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Latest commit

 

History

History
30 lines (23 loc) · 1.71 KB

cp.web.text.md

File metadata and controls

30 lines (23 loc) · 1.71 KB

docs » cp.web.text


Functions for managing text on the web.

API Overview

API Documentation

Functions

Signature cp.web.text.escapeXML(s) -> string
Type Function
Description Escapes a string
Parameters
  • s - The string you want to escape
Returns
  • The string, escaped for XML.
Signature cp.web.text.unescapeXML(s) -> string
Type Function
Description Unescapes a string from XML encoding.
Parameters
  • s - The string you want to unescape
Returns
  • The string, unescaped.