Pergunta

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)

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top