Return true if the specified inputString matches the pattern of this rule, and false otherwise.
Synopsis
Declared in <ball_rule.h>
bool
isMatch(char const* inputString) const;
Description
(For the definition of a string matching the pattern of a rule, please refer to the function‐level documentation associated with the PatternUtil::isMatch function).
Return Value
true if inputString matches this rule's pattern, and false otherwise
Parameters
Name |
Description |
inputString |
string to match against this rule's pattern |
Created with MrDocs