Try a “Contains” for Query String. Your link has multiple query strings. Keep in mind that your Rewrite is going to wipe them all out and replace it all with just “view=list”
I don’t think there’s a way to swap out text without RegEx. There’s the concat function, but that only adds on. Offhand, I can’t think of a workaround for this.