A Target as a Complex String Expression
A complex string expression has the same format as a simple string
expression. You can express a string as a complex
string by associating it with one or more of the following SET
subcommand options:
- SET ARBCHAR
- lets you specify only the beginning and end of a string, using an arbitrary character to represent all characters in the middle.
- SET CASE
- lets you specify whether the difference between uppercase and lowercase is to be significant in locating a string target.
- SET SPAN
- lets you specify if a string target must be included in one file line or if it can span a specified number of lines.
- SET VARBLANK
- lets you control whether the number of blank characters between two words is significant in a target search.