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

Function srange

lib/pyparsing.py:5679–5709  ·  view source on GitHub ↗

r"""Helper to easily define string ranges for use in Word construction. Borrows syntax from regexp '[]' string range definitions:: srange("[0-9]") -> "0123456789" srange("[a-z]") -> "abcdefghijklmnopqrstuvwxyz" srange("[a-z$_]") -> "abcdefghijklmnopqrstuvwxyz$_"

(s)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

pyparsing.pyFile · 0.85

Calls 1

parseStringMethod · 0.80

Tested by

no test coverage detected