URL
Constructs full URL from an URL, and queryParams.
Syntax
URL(urlPart, [queryParamsFrame])urlPart - URL or frame with URL parts.
[queryParamsFrame] - Query params frame.
Sample Usage
URL(B1, B2:C2)
URL("https://api.opencagedata.com/geocode/", B2:C2)Return Value
Returns the constructed URL.
Notes
See Also
Last updated
Was this helpful?