docs » cp.web.text
Functions for managing text on the web.
- Functions - API calls offered directly by the extension
- escapeXML
- unescapeXML
| Signature | cp.web.text.escapeXML(s) -> string |
|---|---|
| Type | Function |
| Description | Escapes a string |
| Parameters |
|
| Returns |
|
| Signature | cp.web.text.unescapeXML(s) -> string |
|---|---|
| Type | Function |
| Description | Unescapes a string from XML encoding. |
| Parameters |
|
| Returns |
|