Jan 6, 2017 code multiline regex vs Multiline Regex in Visual Studio Code Setting up a multi-line regular expression in VS code is done by explicitly matching the CR/LF characters using \r?\n. For example, if I