I'm using XYplorer: 28.10.0300 (64-bit), on a Windows 10 Home system, with 125% screen scaling.
The "Visual Filters" help, in the "Syntax" area, for the "NOT" option, that I'm using in a Live Filter, has an example where I get different result.
The first is:
Code: Select all
a*;b* -> show all items starting with "a" or "b".Jumping ahead to:
Code: Select all
To logically reverse an entire pattern, wrap it in parentheses and prefix !.
!(a*;b*) -> hide all items starting with "a" or "b".Going back up to:
Code: Select all
!a*;b* -> hide all items not starting with "a" or starting with "b".This is the 'logical reverse' of the first item, not the item above which is somehow wrong in the help.
Unless my having the "Enable extended pattern matching" option ticked somehow messes up the actions.
(An old help topic of 2006 kind of discussed this, but maybe it hasn't come up since then?)
Edit: I also have "Use Space Character for Boolean AND" not ticked.
XYplorer Beta Club