URL.QUERY
Gets the query string of a URL.
Syntax
=URL.QUERY(URL)
Arguments
| Name | Type | Description | 
|---|---|---|
| URL | String | The URL. | 
Return
| Type | Description | 
|---|---|
| String | Query string of a URL | 
Examples
| Formula | Result | Comment | 
|---|---|---|
 | ?sort=date | 
Gets the query string of a URL.
Syntax
=URL.QUERY(URL)
Arguments
| Name | Type | Description | 
|---|---|---|
| URL | String | The URL. | 
Return
| Type | Description | 
|---|---|
| String | Query string of a URL | 
Examples
| Formula | Result | Comment | 
|---|---|---|
 | ?sort=date |