We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 740963c commit 8e6f4e8Copy full SHA for 8e6f4e8
process/organizefolderStructure.go
@@ -16,7 +16,7 @@ import (
16
17
var (
18
folderIllegalCharsRegex = regexp.MustCompile(`[/\\?%*:;=|"<>]`)
19
- nonAscii = regexp.MustCompile("[a-zA-Z0-9áéíóú@#%&',.\\s-]")
+ nonAscii = regexp.MustCompile("[a-zA-Z0-9áéíóú@#%&',.\\s-\\[\\]\\(\\)\\+]")
20
)
21
22
func DeleteOldUpdates(localDB *db.LocalSwitchFilesDB, updateProgress db.ProgressUpdater) {
0 commit comments