DVT IDE for VS Code VHDL User Guide
Rev. 24.1.5, 13 March 2024

23.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.