[#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. == Synopsis Declared in `<ball_rule.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- 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 [cols="1,4"] |=== | Name| Description | *inputString* | string to match against this rule's pattern |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#