Hi,
I am trying to match a value from a parameter from the URL with a value in a string variable, values which contain ampersands will not match however as when parsed to the URL it is converted to '%26'.
I tried placing the parameter value into a variable and calling 'string.replace' but collab doesn't seem to recognise this method.
Is there a similar method or way to do this?
Cheers,