urlDecode
urlDecode
Description
Decodes text from URL format. This is useful when parsing a URL address used by a REST command.
Parameters
Return Type
String
Returns the input text decodeed from the URL format
Example
string url = "https://marketplace.atlassian.com/search?query=power%20scripts";
string product = substring(url, indexOf(url, "=") +1, length(url));
return urlDecode(product);
Returns "power scripts"
See also
, multiple selections available,
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.