Feature request : Operator AND in "Find text"
Moderators: Hacker, petermad, Stefan2, white
Feature request : Operator AND in "Find text"
I was hoping that the regex option would provide the AND operator for the "find text" in "Find files".
But I'm disappointed, we only have the OR (with the | character).
I know, I can search for a word in a folder and then, "Feed to listbox" and a search on another word but it would be easier to search for 2 strings in one pass.
I don't know if it's a regex limitation but if it's the case, then an option in the standard box providing two search strings would be great.
Sorry if somebody has already asked for such a feature.
But I'm disappointed, we only have the OR (with the | character).
I know, I can search for a word in a folder and then, "Feed to listbox" and a search on another word but it would be easier to search for 2 strings in one pass.
I don't know if it's a regex limitation but if it's the case, then an option in the standard box providing two search strings would be great.
Sorry if somebody has already asked for such a feature.
- sqa_wizard
- Power Member
- Posts: 3893
- Joined: 2003-02-06, 11:41 UTC
- Location: Germany
OR or NOT?
sqa_wizard wrote:Did I miss something ?we only have the OR (with the | character)
AFAIK the pipe is not part of RegEx but means NOT ...



Friendly,
Clo
#31505 Traducteur Français de T•C French translator Aide en Français Tutoriels Français English Tutorials
- sqa_wizard
- Power Member
- Posts: 3893
- Joined: 2003-02-06, 11:41 UTC
- Location: Germany
Re: Feature request : Operator AND in "Find text"
Hello, bonsoir!pgriffet wrote:I was hoping that the regex option would provide the AND operator for the "find text" in "Find files".
But I'm disappointed, we only have the OR (with the | character).
I know, I can search for a word in a folder and then, "Feed to listbox" and a search on another word but it would be easier to search for 2 strings in one pass.
I don't know if it's a regex limitation but if it's the case, then an option in the standard box providing two search strings would be great.
Sorry if somebody has already asked for such a feature.
- I found a help file in French about RegEx (from the original DLL-author)
Available at:
http://perso.wanadoo.fr/charries/relais/regexpf.zip
I didn't check it yet, but maybe there are infos to know why that AND function is actually missing in TC?

Cordialement,
Claude
Clo
Last edited by Clo on 2003-12-12, 09:15 UTC, edited 1 time in total.
#31505 Traducteur Français de T•C French translator Aide en Français Tutoriels Français English Tutorials
Something---
Hacker wrote:sqa_wizard,Maybe ^(Don'tFindMe) is NOT?Within () it means OR (RegEx enabled), but does it still have the NOT operator outside () ?
Clo,You mean like (FindMe.*AndMe|AndMe.*FindMe) ?AND function is actually missing in TC
HTH
Roman

Following the pgriffet's request:
"I was hoping that the regex option would provide the AND operator for the "find text" in "Find files".
But I'm disappointed, we only have the OR (with the | character). ..."
I think it's something like this (I'm not an expert at that...)

Clo
#31505 Traducteur Français de T•C French translator Aide en Français Tutoriels Français English Tutorials