Example: web.reg_find

In Example 1, reg_find searches for the text string "Welcome". If the string is not found, it fails and the script execution stops.

In Example 2, reg_find searches for the text string "Error." If the string is found, it fails and the script execution stops.

In Example 3, reg_find searches for the text string "ABC". The execution path of the script changes depending on whether the string is found.