A Filter or Subfile Marker's Search for string may include one or more of the following wildcards:
? |
Use the '?' character to match any single character. For example; the Search for string "CMD ? to " will match "CMD 1 to Exit", "CMD 4 to Prompt", "CMD 6 to Add" etc.
|
\ |
To search for the '?' character, you must include a '\' character just prior to it. For example the Search for string "Valid\?" will search for the string "Valid?"
|