Multiline regular expression search doesn\'t work in VS Code version 1.27.2 .
Theoretically aaa(\\n|.)*bbb should find string starting from aaa and endi
aaa(\\n|.)*bbb
No regex way: you can copy multiline text and paste it in "Find in files" form:
result of "Replace all":