RELATIVE_URL

Extracts a relative path from a url.

Parameter List

Syntax
RELATIVE_URL(url)
url

The URL from which we want to extract a relative path.

Examples

RELATIVE_URL("https://rows.com/integrations") returns /integrations