Is not regex
https://github.com/qbittorrent/qBittorrent/pull/17106
Examples
*.exe: filter ‘.exe’ file extension.
readme.txt: filter exact file name.
?.txt: filter ‘a.txt’, ‘b.txt’ but not ‘aa.txt’.
readme[0-9].txt: filter ‘readme1.txt’, ‘readme2.txt’ but not ‘readme10.txt’
Exclude them from downloading
https://lemm.ee/post/43529674
can also add *.zipx