WrappedMatcher
- class WrappedMatcher(*, matcher: Matcher[R])[source]
-
A matcher that wraps another matcher, allowing for composition.
Instantiate the matcher around another matcher.
Methods Summary
get_matches(text, **kwargs)Get matches in the SSSLM format.
Return if the wrapped matcher is not empty.
Methods Documentation