Robot Framework
robot.utils.match.Matcher Member List

This is the complete list of members for robot.utils.match.Matcher, including all inherited members.

__bool__(self)robot.utils.match.Matcher
__init__(self, pattern, ignore=(), caseless=True, spaceless=True, regexp=False)robot.utils.match.Matcher
_compile(self, pattern, regexp=False)robot.utils.match.Matcherprivate
_normalizerobot.utils.match.Matcherprivate
_regexprobot.utils.match.Matcherprivate
match(self, string)robot.utils.match.Matcher
match_any(self, strings)robot.utils.match.Matcher
patternrobot.utils.match.Matcher