Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
89
def
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
testRegex
Method · 0.85
RunStep
Method · 0.85
Calls
no outgoing calls
Tested by
1
testRegex
Method · 0.68