Hello,
On 04/01/2009 02:03 PM, Juha Heinanen wrote:
siputils has function uri_param that can us used to check if r-uri has a given parameter. how about a function
remove_uri_param(param)
that would remove from r-uri the given parameter? does any efficient (non regex) means exist to achieve it?
no, not one step function. You can get it by playing with pseudo-variables and transformations -- iterating through parameters and skipping the parameters you do not want, but could be simpler with subst in this case.
IMO such a function is good to have.
Cheers, Daniel