MCPcopy 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
7761var escapeIdentRegex = function(str) {
7762 return str.replace(/([$])/, "\\$");
7763};
7764
7765var makeNodePromisifiedEval;
7766if (!false) {

Callers 1

promisifyAllFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected