Docs Menu
API Developer Guide / middleware / pub / string / urlDecode

Service: urlDecode

This service is responsible for decoding a URL-encoded string to its original form.

Input Parameter:

Name Type Description
text: String The URL-encoded string that you want to decode.

Output Parameter:

Name Type Description
result: String The decoded string, which is the original form of the input text after URL decoding.