You should let us be able to use Regex for setting up conditions for processing rules. We have dynamic URL's and this would make it much easier to to have the rules run correctly.
Within the interface for Processing Rules, it would be great to allow regex conditional statements instead of just the generic ones currently available (contains, equals, does not contain, etc.)
We've considered this many times, but have found that a full regex engine could add processing delays. Is it fair to say that the key points of regex are the following?
Match a pattern, including wildcards, number and alpha-character matching
There's already an expectation of delay on data availability in reports (except for real-time reports, which let's be honest here, are of limited value to begin with).
Also, I'm pretty sure VISTA rules are able to use regex, yes?
Regex support for various things within AA (filters, segments, PRs, etc.) has been a long-standing request from many people, that other tools (e.g. GA) handle just fine. The fact that AA continues to have limited to no regex support after all these years is rather mind boggling, and yeah, I'll be the one to address the elephant in the room: the problem isn't with regex: it's with the devs.
Very important feature missing! Soemtimes we want to remove some specific query string parameters and we cannot do that right now without throwing away the complete query string.