...
Returns the input text URL format
Example
Code Block | ||
---|---|---|
| ||
string addon = "power scripts"; string url = "https://marketplace.atlassian.com/search?query="; string urlText = urlEncode(url + addon); return urlText; |
...
...
Returns the input text URL format
Code Block | ||
---|---|---|
| ||
string addon = "power scripts"; string url = "https://marketplace.atlassian.com/search?query="; string urlText = urlEncode(url + addon); return urlText; |
...