Return true if the specified inputString matches the pattern of this rule, and false otherwise.
Declared in <ball_rule.h>
bool
isMatch(char const* inputString) const;
(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).
true if inputString matches this rule's pattern, and false otherwise
| Name | Description |
|---|---|
| inputString | string to match against this rule's pattern |