We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
'a/b/some\\file'.match(regex());
On *nix this leads to incorrect result of file, where expected was some\file.
file
some\file
thanks for reporting
Activity
jonschlinkert commentedon Nov 16, 2015
thanks for reporting