[Date Prev][Date Next]
[Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[New search]
To: <thomas.michanek@xxxxxx>, <framers@xxxxxxxxx>
Subject: RE: wildcard query
From: Victor Caston <vcaston@xxxxxxxxxxx>
Date: Fri, 26 Apr 2002 07:26:44 -0700
In-Reply-To: <005901c1ed2d$2e2a9b60$e8c909c0@tomasmw2k>
References: <005901c1ed2d$2e2a9b60$e8c909c0@tomasmw2k>
Sender: owner-framers@xxxxxxxxx
At 16:18 +0200 26.04.2002, Thomas Michanek wrote: > > I want to search for all typed characters, including punctuation & >> symbols in addition to alphanumerics, but NOT: spaces, tabs, markers, >> anchors and so on. >> If I use wildcards in Frame's Find command, and search for the text >> '[^\s\t]', I can avoid the spaces and tabs, but not the markers, etc. > >Anchors and markers are not "characters" in the usual sense, and >therefore do not have a wildcard representation. You cannot specify >an anchor or marker with any "\..." shortcut. So I don't think >there's a way to accomplish the exact thing you're after. But they do, curiously, give hits for '\<' (beginning of word). Oh well. Back looks like I'll have to do this the hard way. Thanks. Best, Victor ** To unsubscribe, send a message to majordomo@omsys.com ** ** with "unsubscribe framers" (no quotes) in the body. **