type in abc:
after quackle a-z query displays
CAB
BAC
BA
AB

how do i make the regex narrow that to all words containing A, B and 
C? [CAB and BAC]

taking this a bit further, type in
aabc:

CABA
ABAC
CAB
CAA
BAC
BAA
ABA
BA
AB
AA

i need a regex command to display all words containing at least one A, B and C:
end result should be:
CABA
ABAC
CAB
BAC

-- 
Thank you.

Warm regards,

-- 
Sam Kantimathi


.

Reply via email to