ValueInField_RegEx
Determines whether any character or series of characters in the located word matches the specified regular expression.
Syntax
bool ValueInField_RegEx (StrParam)
Parameters
The portion of the value to find in the field. The parameter is expected to be expressed as a regular expression. Smart parameters are supported.Returns
False if no match occurs. Otherwise True.Level
Field level only.Details
This action checks if the Regular Expression you specify as the parameter is equivalent to the value of the current field. Only a part of the field must match the parameter. To match the entire value of the field, use IsValueRegEx.- Example
ValueInField_RegEx("[\^\b\s\n\r]Inv[oO0][iItl1]ce[\b\s]*")