Closed darko-dev closed 10 months ago
Hello!
This one fixes the problem on Windows systems where .match(regexp) will always return null because of forward/backward slash difference in file paths. I was not able to find an issue filed related to this problem. Please, link it if it exists.
.match(regexp)
null
Hello!
This one fixes the problem on Windows systems where
.match(regexp)
will always returnnull
because of forward/backward slash difference in file paths. I was not able to find an issue filed related to this problem. Please, link it if it exists.