문제

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)

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top