MCPcopy Create free account
hub / github.com/btbytes/teh / _regex_from_encoded_pattern

Function _regex_from_encoded_pattern

lib/markdown2.py:1418–1444  ·  view source on GitHub ↗

foo' -> re.compile(re.escape('foo')) '/foo/' -> re.compile('foo') '/foo/i' -> re.compile('foo', re.I)

(s)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mainFunction · 0.85

Calls 1

escapeMethod · 0.80

Tested by

no test coverage detected