Archives
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Summary-Talk] Re: Summary-talk digest V1 #1125
Bill Taggart wrote: > > When I used this filter to customize the Search Words report , only the > words in the filter were included. I have limited knowledge of Regular > Expressions from BBEdit. I obviously don't know enough to set this up. > What is the appropriate designation for excluding specific words from > the Name column? There is no need to get involved in regular expressions. A report filter is an inclusion list, so to exclude items we start them with a minus sign, and then put on a trailing * to include everything else. See the brand new pattern documentation for a few more details: <http://summary.net/manual/glossary.html#pattern>. Your example should look like this: -of -the -and -etc. * Good Luck Jason -- Jason@Summary.Net -- Dr. Seuss books . . . can be read and enjoyed on several levels. For example, 'One Fish Two Fish, Red Fish Blue Fish' can be deconstructed as a searing indictment of the narrow-minded binary counting system. -- Peter van der Linden, Expert C Programming, Deep C Secrets ------------- Go to <http://summary.net/list.html> to update subscription info.
|