querystring.globfilter_except

STRINGquerystring.globfilter_exceptSTRINGurlSTRINGpattern

Available inall subroutines.

Returns the given URL but only keeps the parameters matching a glob.

Example

set req.url = querystring.globfilter_except(req.url, "sess*");