MCPcopy Create free account
hub / github.com/a4k-openproject/script.module.openscrapers / scanString

Method scanString

lib/pyparsing.py:1959–2031  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

transformStringMethod · 0.95
searchStringMethod · 0.95
splitMethod · 0.95

Calls 5

streamlineMethod · 0.95
_trim_tracebackMethod · 0.95
_ustrFunction · 0.85
resetCacheMethod · 0.80
streamlineMethod · 0.45

Tested by

no test coverage detected