MCPcopy Create free account
hub / github.com/executablebooks/markdown-it-py / escapeRE

Function escapeRE

markdown_it/common/utils.py:154–156  ·  view source on GitHub ↗
(string: str)

Source from the content-addressed store, hash-verified

152
153
154def escapeRE(string: str) -> str:
155 string = REGEXP_ESCAPE_RE.sub("\\$&", string)
156 return string
157
158
159# //////////////////////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…