When filtering a Group by those that have clicked on a particular URL, you can now use wildcards in the URL.
For example, in the Advanced Filter Mode, the filter criteria based on a clicked URL would normally look like:
emailaddress in (##clicked-http://www.jangomail.com/pricing.asp##)
but now you can filter for anyone that has clicked on any URL that contains jangomail.com:
emailaddress in (##clicked-*jangomail.com*##)
This feature was added at the request of an evaluating customer.