$encodeURI
Encodes a string to URL format.
Parameters
Name | Description | Enforced | Default Value |
---|---|---|---|
Text | The text to be encoded. | Yes | None |
Example
Function Aliases
- $encodeURIComponent
Encodes a string to URL format.
Name | Description | Enforced | Default Value |
---|---|---|---|
Text | The text to be encoded. | Yes | None |