Previous Topic: CHARS ParameterNext Topic: SUFFIX Parameter


PREFIX Parameter

Enter the optional PREFIX parameter to find all occurrences of the target character string, where that string is a prefix and is entirely contained within the specified (or default) columns.

Example

This example scans for the prefix DO:

Command ===> find do prefix

The searches and results are as follows:

DO

Finds DON'T, (DONT), and so on

ADO

Finds ADO, ADOPT, and so on