Escape
(System Library)
| Description: | Performs URL-encoding of a given string. |
| Returns: | A URL-encoded version of the given string |
Usage: ![]() |
Script Only. |
| Function Groups: | String and Buffer |
| Related to: | UnEscape | EncodeURIComponent |
Format: ![]() |
Escape(PlainText) |
| Parameters: |
| Input |
| Required text. The string to be encoded. |
| Comments: |
Escape() is a wrapper for EncodeURIComponent. When using this function, there is no option to specify characters that should not be escaped, therefore the default set will be used: "-_.!~*'()" |
