vscode-regexp-preivew icon indicating copy to clipboard operation
vscode-regexp-preivew copied to clipboard

Improve escaped regex string support

Open KillyMXI opened this issue 7 years ago • 0 comments

regex

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.)

KillyMXI avatar Dec 10 '17 15:12 KillyMXI