

Browsing Output › Browse Commands › FIND and Special Strings › Character Strings
Character Strings
Use a character string to find a string exactly as it is entered.
- A character string is a quoted string that is preceded or followed by the letter C.
- All characters within a character string are treated exactly as entered.
- The output is searched for an exact match.
Example
This command finds the characters This. In this example, the word This is found, but this, THIS, and other variations are not found.
Command ===> find c'This'
Copyright © 2015 CA Technologies.
All rights reserved.
 
|
|