[Date Prev][Date Next][Subject Prev][Subject Next][
Date Index][
Subject Index]
Some answers: Wildcards, Bookmarks
- Subject: Some answers: Wildcards, Bookmarks
- From: TBaehr@xxxxxxxx
- Date: Fri, 20 Oct 1995 16:37:30 -0400
Nathan, you can search to any sentence terminator with "wild
period." Just type:
se /@./ where @. is ctrl+alt+period. It's a wildcard for
".!?".
I've been experimenting with wildcards. The negative wildcard
ctrl+alt+minus is one-character-at-a-time. The 'or' wildcard
ctrl+alt+o separates whole strings, as in /Nathan[o]Siven[o]N.
Siven/
The number wildcards mean "find any number of the next character
up to n".
So:
/[4][L]string/ should find 'string' preceded by up to four
letters.
Re Bookmarks:
You could use "stop codes," too. Unfortunately, they work best
from the
Menu/Dialog. Basically, they're just NT command triangles with a
hyphen as the first character. The routine in DLG takes you to
the next <