Could you please give a detailed description of valid characters and expressions of a regexp and how they are interpreted/applied.
Some example that behave very strange:
Files to exclude: "*"
Folders to exclude: "*"
Loactions to always include: "*b"
Using this rule matches file with "b" within the filename, even in subfolders although these are being excluded. Considering this a regexp I'd expect that only files named "b" should be considered.
Another example:
Folders to exlude: "*"
When I run this rule then all files are exclude but the only folder has been created.
PS: I'm using Toucan 2.1.0