modules.dhbw.util.url_get_args

modules.dhbw.util.url_get_args(url)[source]

return array of arguments of the provided url

urlstr

the url from which the arguments should be extracted

_list

a list with all the arguments (str), the form of an argument looks as follows: “arg=value”