Table plus |
---|
applyColStyleToCell | true |
---|
heading | 0 |
---|
columnTypes | s,s,s,s |
---|
multiple | false |
---|
columnAttributes | style="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold, |
---|
enableSorting | false |
---|
|
Syntax | urlDecode(textToDecode) | Package | | Alias | | Pkg Usage | | |
Description
Excerpt |
---|
|
Decodes text from URL format. This is useful when parsing a URL address used by a REST command. |
Decodes text from URL format. This is useful when parsing a URL address used by a REST command.
Parameters
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
textToDecode | |
...
String | Yes | Text to decode from URL format. |
|
Return
...
Type
String
Returns the input text decodeed from the URL format
Example
Code Block |
---|
string url = "https://marketplace.atlassian.com/search?query=power%20scripts";
string product = substring(url, indexOf(url, "=") +1, length(url));
return urlDecode(product); |
...
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 525 |
---|
showSpace | false |
---|
cql | label = "string_routine" and space = currentSpace ( ) |
---|
labels | array_routines" |
---|
|