|
|
 |
 |
| DeleteVariableFromUrl |
| |
Rewrite an URL to remove a variable |
| |
| Library |
 |
wh::internet/http.whlib |
| |
| Syntax |
 |
PUBLIC STRING FUNCTION DeleteVariableFromUrl (STRING url,STRING varname) |
| |
| Description |
 |
This function removes the requested variable from a URL and takes care of proper adding of variable separators. If the variable with the specified name occurs more than once inside the URL, all occurences will be removed. |
| |
| Parameters |
 |
| url |
 |
URL to modify |
 |
| varname |
 |
Name of the variable to remove |
 |
|
| |
| Returns |
 |
The rewritten URL |
| |
|
|
|
|