DVT SystemVerilog IDE User Guide
Rev. 24.1.5, 13 March 2024

22.2 Simple Regex

No filter.
Regex Filter: rs*


All elements that contain the text rs.
Regex Filter: p?c


All elements that contain the text p<any_character>c.
Regex Filter: ^tc


All elements that start with the text tc.
Regex Filter: child$


All elements that end with the text child.