DVT IDE for VS Code SystemVerilog User Guide
Rev. 24.1.8, 24 April 2024

27.2 Simple Regex

  • Filter: rs*: All elements that contain the text rs will be displayed.

  • Filter: p?c: All elements that contain the text p<any_character>c will be displayed.

  • Filter: ^tc: All elements that start with the text tc will be displayed.

  • Filter: child$: All elements that end with the text child will be displayed.