decodeURL
| Explanation | Decodes URL - encoded strings | |
| Call format | var ret = decodeURL (str) | |
| Return value | Returns the decoded string. | |
| Arguments | String str | Specify the character string to decode. |
| Exception | None | |
| Example of use | | |
| Related item | encodeURL function | |