Differences

This shows you the differences between the selected revisions of the page.

2013-02-11 2013-02-18
clarify restriction in scripting (martin) combining include/exclude example with more than 1 element on both sides (martin)
Line 47: Line 47:
Mask can combine include and exclude mask separated by pipe (''|''). Mask can combine include and exclude mask separated by pipe (''|'').
-For example following mask includes all JPG and GIF images, but excludes those starting with ''2010'': ''*.jpg; *.gif | 2010*''.+For example following mask includes all JPG and GIF images, but excludes those starting with ''2010'' and ''2011'': ''*.jpg; *.gif | 2010*; 2011*''.
Both include and exclude part can be empty, denoting that everything is included or nothing is excluded, respectively. When include part is empty, masks starts with pipe straight away. When exclude part is empty, you can omit the trailing pipe. Both include and exclude part can be empty, denoting that everything is included or nothing is excluded, respectively. When include part is empty, masks starts with pipe straight away. When exclude part is empty, you can omit the trailing pipe.

Last modified: by martin