Scan the input string for expression matches. Each match will return the matching tokens, start location, and end location. May be called with optional ``maxMatches`` argument, to clip scanning after 'n' matches are found. If ``overlap`` is specified, then overlap
(self, instring, maxMatches=_MAX_INT, overlap=False)
source not stored for this graph (policy: none)
no test coverage detected