remove a ‘name’ query that is passed since it is PII
The first part is the query’s name and the ‘=’. Keep in mind that the query may be one of many and between or before other queries that we want to remain.
The next part of the expression, ‘’, is targeting any character that is not an ampersand so that it stops before the next query.
The asterisk i...
Submitted by anonymous - 6 years ago