MCPcopy Create free account
hub / github.com/TruthHun/BookStack / stripUtf8Bom

Function stripUtf8Bom

static/word2md/mammoth.browser.js:1893–1895  ·  view source on GitHub ↗
(xmlString)

Source from the content-addressed store, hash-verified

1891
1892
1893function stripUtf8Bom(xmlString) {
1894 return xmlString.replace(/^\uFEFF/g, '');
1895}
1896
1897
1898function collapseAlternateContent(node) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected