Question

I'm working with Coverity and I'd like to filter my filename results in my view in a regex style.

Is there anything more sophisticated available in coverity apart from:

? - Any single character
* - Any group of characters

Which is somewhat limiting, is there any support for regex style filtering? (I can't find anything that works)

Was it helpful?

Solution

Use components. Define a component with a filename regex and then filter by that component to view only filenames that match.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top