Correct regular expressions
Previously the regex was only matching on single characters. Meaning that file names such as ".txt" where possible while " " alone never was. This check apparently never worked as expected.
Loading
Please register or sign in to comment