filename-regex icon indicating copy to clipboard operation
filename-regex copied to clipboard

Does not account for platform path separator

Open paiv opened this issue 10 years ago • 1 comments
trafficstars

'a/b/some\\file'.match(regex());

On *nix this leads to incorrect result of file, where expected was some\file.

paiv avatar Nov 16 '15 09:11 paiv

thanks for reporting

jonschlinkert avatar Nov 16 '15 17:11 jonschlinkert