chrmarti / vscode-regex

MIT License
154 stars 32 forks source link

dotAll unsupported in JavaScript #51

Open cdilz opened 3 years ago

cdilz commented 3 years ago

I'm writing some code to convert HTML email templates I'm creating into plain text and I wanted to support multiline HTML tags. I added the dotAll flag to the second regex and I can no longer test it, but the first regex tests fine.

image