rplr wrote:Hello,
As an expression can contain many regex and as "match" and "not match" can both be interesting results i am not sure to understand.Thanks
> and as "match" and "not match" can both be interesting results
Yes, you're right!
But right now i have to "search" all the files in the list view to see what's match and what's not.
So i want to suggest that those lines... where a file name are altered (match)... become an other color.
Or an new to implemented column get an check box in that lines where the names are modified.
The other lines ... where the file names are not modified ... would stay as bevor... no color ... no check mark.
e.g.
f.ex. %b("o","O",,,1)
Old Name New Name Modified?
File Name one.txt File Name One.txt x
File Name two.txt File Name twO.txt x
File Name three.txt File Name three.txt
File Name four.txt File Name fOur.txt x
File Name five.txt File Name five.txt
File Name six.txt File Name six.txt
My suggestion is just to see the names where the expression match more easier.
With the extra "Modified?"-column we can even sort to see all match together.
O.K., just brain storming.