P
PaulP
I want to be able to find files that have BOTH of my strings anywhere in
their names.
e.g. One string is 'cat', the other is 'dog'.
some-catfood.txt (should not match)
some-dogfood.txt (should not match)
some-cat-and-dogfood.txt (should match)
I understand (cat)|(dog) has the | 'or ' expression.
I need an 'and' expression.
Any help appreciated.
Paul
their names.
e.g. One string is 'cat', the other is 'dog'.
some-catfood.txt (should not match)
some-dogfood.txt (should not match)
some-cat-and-dogfood.txt (should match)
I understand (cat)|(dog) has the | 'or ' expression.
I need an 'and' expression.
Any help appreciated.
Paul