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

Class Combine

lib/pyparsing.py:5102–5145  ·  view source on GitHub ↗

Converter to concatenate all matching tokens to a single string. By default, the matching patterns must also be contiguous in the input string; this can be disabled by specifying ``'adjacent=False'`` in the constructor. Example:: real = Word(nums) + '.' + Word(nums)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

delimitedListFunction · 0.85
_makeTagsFunction · 0.85
pyparsing.pyFile · 0.85
nestedExprFunction · 0.85
pyparsing_commonClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected