mirror of
https://github.com/rclone/rclone.git
synced 2024-11-08 09:35:26 +01:00
268b808bf8
There has been a desire from more advanced rclone users to have regexp filtering as well as the glob filtering. This patch adds regexp filtering using this syntax `{{ regexp }}` which is currently a syntax error, so is backwards compatibile. This means regexps can be used everywhere globs can be used, and that they also can be mixed with globs in the same pattern, eg `*.{{jpe?g}}` |
||
---|---|---|
.. | ||
filterflags | ||
filter_test.go | ||
filter.go | ||
glob_test.go | ||
glob.go |