GlideURI - deleteMatchingParameter(String match)
Deletes one or more parameters from the URI that match the beginning of the provided string.
Name | Type | Description |
---|---|---|
match | String | Partial name of one or more parameters to remove from the query portion of a URI. |
Type | Description |
---|---|
None |
Example
The following example shows how to delete URI parameters that partially match the name provided.
Scoped equivalent
This method is not available in scoped applications.