vscode-regexp-preivew
vscode-regexp-preivew copied to clipboard
Improve escaped regex string support
I think I got this working properly once, but can't reproduce that anymore.
In case of regex strings stored in json files, there is no new RegExp()
constructor, so I need a way to preview a bare string as escaped regex string.
(Some way to convert between native regex and escaped string would also be handy.)