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

Function parseHyperlinkFieldCode

static/word2md/mammoth.browser.js:940–947  ·  view source on GitHub ↗
(code)

Source from the content-addressed store, hash-verified

938 }
939
940 function parseHyperlinkFieldCode(code) {
941 var result = /\s*HYPERLINK "(.*)"/.exec(code);
942 if (result) {
943 return result[1];
944 } else {
945 return null;
946 }
947 }
948
949 function readInstrText(element) {
950 currentInstrText.push(element.text());

Callers 1

readFldCharFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected