IsValue_RegEx
Determines whether the value of the located word matches the regular expression specified.
Syntax
bool IsValue_RegEx (strParam)
Parameters
A Regular Expression that will be used for comparison with the recognized value of the word or phrase. Smart parameters are supported.Returns
True if the located value matches the parameter's value. Otherwise, False.Level
Page or field level.Details
Using the current location of a previously located word or phrase, this action determines if the regular expression provided in the input parameter finds a match in the value. By testing the value recognized in the current word or phrase, it is possible for an application to determine it has located the data that is required, and then take subsequent actions based on the result of the test. Regardless of being called at the page or field level, this action operates on the recognized text for the current page.- Example
WordFind("Houston") GoRightWord("2") IsValue_RegEx("Total")