URL.PATHNAME
Gets the path portion of a URL.
Syntax
=URL.PATHNAME(URL)
Arguments
| Name | Type | Description | 
|---|---|---|
| URL | String | The URL. | 
Return
| Type | Description | 
|---|---|
| String | Path of a URL | 
Examples
| Formula | Result | Comment | 
|---|---|---|
 | /blog/ | 
Gets the path portion of a URL.
Syntax
=URL.PATHNAME(URL)
Arguments
| Name | Type | Description | 
|---|---|---|
| URL | String | The URL. | 
Return
| Type | Description | 
|---|---|
| String | Path of a URL | 
Examples
| Formula | Result | Comment | 
|---|---|---|
 | /blog/ |