MCPcopy Create free account
hub / github.com/nodejs/node / MSub

Function MSub

deps/v8/tools/release/common_includes.py:89–90  ·  view source on GitHub ↗
(rexp, replacement, text)

Source from the content-addressed store, hash-verified

87
88
89def MSub(rexp, replacement, text):
90 return re.sub(rexp, replacement, text, flags=re.MULTILINE)
91
92
93# Some commands don't like the pipe, e.g. calling vi from within the script or

Callers 2

testRegexMethod · 0.85
RunStepMethod · 0.85

Calls

no outgoing calls

Tested by 1

testRegexMethod · 0.68