DVT IDE for VS Code VHDL User Guide
Rev. 24.1.9, 26 April 2024

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