[#BloombergLP-ball-Rule-isMatch] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/Rule.adoc[Rule]::isMatch :relfileprefix: ../../../ :mrdocs: Return `true` if the specified `inputString` matches the pattern of this rule, and `false` otherwise. (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). == Synopsis Declared in `<ball_rule.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool isMatch(char const* inputString) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#