Probably [abc]* On Jun 22, 2009, at 2:13 AM, Sam Kantimathi <[email protected]> wrote:
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 AAi 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 .
