filename-regex
filename-regex copied to clipboard
Does not account for platform path separator
trafficstars
'a/b/some\\file'.match(regex());
On *nix this leads to incorrect result of file, where expected was some\file.
thanks for reporting