PS TEXT EDIT Reference Manual
PATTERNS
TEDIT Topics
2–36 058059 Tandem Computers Incorporated
2. To search for one or more uppercase letters or lowercase letters, enter:
Search for: \*\a*
In lines: F/L
In columns: 1:239
Options: E
3. To search for a single character in parentheses, such as a # in this case,
enter:
Search for: (#)
In lines: F/L
In columns: 1:239
Options: E
4. To search for “AUG85”, enter:
Search for: <\A\I*
In lines: F/L
In columns: 1:239
Options: E
This matches one or more letters and numbers at the beginning of a line, as
long as the line starts with a letter.
5. To search for a a period when it occurs at the end of a line, enter:
Search for: .>
In lines: F/L
In columns: 1:239
Options: E