Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table plus
applyColStyleToCelltrue
heading0
columnTypess,s,s,s
multiplefalse
columnAttributesstyle="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold,
enableSortingfalse

Syntax

urlDecode(textToDecode)

Package

Alias

Pkg Usage

Description

Excerpt
hiddentrue
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
applyColStyleToCelltrue
columnTypess,s,s,s
heading0
multiplefalse
enableSortingfalse

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)
showLabelsfalse
max525
showSpacefalse
cqllabel = "string_routine" and space = currentSpace ( )
labelsarray_routines"