Class CompareRegularExpressionRule

  • All Implemented Interfaces:
    Referenceable

    public final class CompareRegularExpressionRule
    extends CompareVariableRule
    The Match Regular Expression rule allows developers to compare a string, or InstallAnywhere Variable to a regular expression of the developers choosing. Regular Expressions (regexp) are an industry-standard method of expressing a variable string. Developers can find considerable information on regular expressions, including archives of use full expressions, and web applications that can be used to verify the validity of the expression on the Web.
    • Constructor Detail

      • CompareRegularExpressionRule

        public CompareRegularExpressionRule()
    • Method Detail

      • setIsMatched

        public void setIsMatched​(boolean whether)
        To set whether the operand and regular expression should match.
      • getIsMatched

        public boolean getIsMatched()
        To get whether the operand and regular expression should match.