The Show only if URL contains box allows you to hide requests whose URL does not contain a required string. You can demand case-sensitivity using the EXACT prefix:
EXACT:example.com/q=Case+Sensitive+String
…or you can use a regular expression:
REGEX:(?insx).*\.(gif|png|jpg)$ #only show image requests
You may enter multiple strings delimited by a space:
Term1 EXACT:Term2 REGEX:.*term3$
Regards,
Eric Lawrence
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.