match everything between two tags in vscode using regex

Ealier i wrote an article on how to match everything between two strings or tags or text in sublime using regular expressions but now i am vscode, i need a way to do this in vscode aswell. and luckily it is damn simple some like which selects everything between that section tag, which you can […]