Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ escapeIdentRegex
Function
escapeIdentRegex
static/word2md/mammoth.browser.js:7761–7763 ·
view source on GitHub ↗
(str)
Source
from the content-addressed store, hash-verified
7759
}
7760
7761
var
escapeIdentRegex =
function
(str) {
7762
return
str.replace(/([$])/,
"\\$"
);
7763
};
7764
7765
var
makeNodePromisifiedEval;
7766
if
(!false) {
Callers
1
promisifyAll
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected